Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
lets test with node then..
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Feb 15, 2015
1 parent 1d162c2 commit 15f9c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ function getRuntimeInfo() {

if(process.env.APPVEYOR && execPath.indexOf('\\iojs\\') > 1) {
return {
name: 'iojs',
execPath: execPath.split(/[\\/]+/).slice(0, -1).concat('iojs.exe').join('\\')
name: 'node',
execPath: execPath.split(/[\\/]+/).slice(0, -1).concat('node.exe').join('\\')
};
}

Expand Down

0 comments on commit 15f9c22

Please # to comment.