Skip to content

Commit

Permalink
remove .exe
Browse files Browse the repository at this point in the history
  • Loading branch information
smikes committed Dec 3, 2014
1 parent ea3bc4d commit 7777720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runners/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var _ = require('highland');
module.exports = NodeRunner;

function NodeRunner(args) {
args.consoleCommand = args.consoleCommand || "node.exe";
args.consoleCommand = args.consoleCommand || "node";
var runner = this;

ConsoleRunner.apply(this, arguments);
Expand Down

0 comments on commit 7777720

Please sign in to comment.