We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3bc4d commit 7777720Copy full SHA for 7777720
lib/runners/node.js
@@ -6,7 +6,7 @@ var _ = require('highland');
6
module.exports = NodeRunner;
7
8
function NodeRunner(args) {
9
- args.consoleCommand = args.consoleCommand || "node.exe";
+ args.consoleCommand = args.consoleCommand || "node";
10
var runner = this;
11
12
ConsoleRunner.apply(this, arguments);
0 commit comments