Fix bundler-npm test-only crash

This commit is contained in:
David Glasser
2015-02-05 10:51:46 -08:00
parent a03dc12be7
commit e27ca92451

View File

@@ -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)