mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix bundler-npm test-only crash
This commit is contained in:
@@ -348,7 +348,7 @@ var runNpmCommand = function (args, cwd) {
|
||||
}
|
||||
|
||||
if (meteorNpm._printNpmCalls) // only used by test-bundler.js
|
||||
process.stdout.write('cd ' + cwd + ' && ' + file + ' ' +
|
||||
process.stdout.write('cd ' + cwd + ' && ' + npmPath + ' ' +
|
||||
args.join(' ') + ' ...\n');
|
||||
|
||||
if (cwd)
|
||||
|
||||
Reference in New Issue
Block a user