Skip to content

Commit

Permalink
Merge pull request #21 from smikes/drop-node-exe
Browse files Browse the repository at this point in the history
remove .exe
  • Loading branch information
bterlson committed Dec 17, 2014
2 parents 5555f0f + 7777720 commit db78dc3
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 db78dc3

Please sign in to comment.