Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
1 changed files with
1 additions and
1 deletions
-
bin/now.js
|
|
@ -76,7 +76,7 @@ if (index > -1) { |
|
|
|
cmd = aliases.get(cmd) || cmd |
|
|
|
} |
|
|
|
|
|
|
|
const bin = resolve(__dirname, 'now-' + cmd) |
|
|
|
const bin = resolve(__dirname, 'now-' + cmd + '.js') |
|
|
|
|
|
|
|
// Prepare process.argv for subcommand
|
|
|
|
process.argv = process.argv.slice(0, 2).concat(args) |
|
|
|