Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
1 changed files with
2 additions and
1 deletions
-
bin/now.js
|
|
@ -87,4 +87,5 @@ const bin = resolve(__dirname, 'now-' + cmd + '.js') |
|
|
|
process.argv = process.argv.slice(0, 2).concat(args) |
|
|
|
|
|
|
|
// Load sub command
|
|
|
|
require(bin) |
|
|
|
// With custom parameter to make "pkg" happy
|
|
|
|
require(bin, 'may-exclude') |
|
|
|