Skip to content

Commit 7777720

Browse files
committed
remove .exe
1 parent ea3bc4d commit 7777720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runners/node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var _ = require('highland');
66
module.exports = NodeRunner;
77

88
function NodeRunner(args) {
9-
args.consoleCommand = args.consoleCommand || "node.exe";
9+
args.consoleCommand = args.consoleCommand || "node";
1010
var runner = this;
1111

1212
ConsoleRunner.apply(this, arguments);

0 commit comments

Comments
 (0)