Browse Source
* move placeholder population to index.js * detect ctrl+c and put 'please reinstall' to placeholdermaster
committed by
Leo Lamprecht
3 changed files with 21 additions and 16 deletions
@ -1,13 +0,0 @@ |
|||
/* eslint-disable no-var */ |
|||
|
|||
// Native
|
|||
var path = require('path') |
|||
var fs = require('fs') |
|||
|
|||
var now = path.join(__dirname, 'dist', 'now') |
|||
|
|||
fs.writeFileSync( |
|||
now, |
|||
'#!/usr/bin/env node\n' + |
|||
'console.log("\'Now\' binary downloading was interrupted. Please reinstall!")\n' |
|||
) |
Loading…
Reference in new issue