Skip to content

Commit

Permalink
Fix bundler-npm test-only crash
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Feb 5, 2015
1 parent a03dc12 commit e27ca92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/meteor-npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e27ca92

Please sign in to comment.