Skip to content

Commit

Permalink
Merge 647c1bd into 1676810
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Apr 23, 2018
2 parents 1676810 + 647c1bd commit eb3c8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extensions.js
Expand Up @@ -75,7 +75,7 @@ function getHumanNodeVersion(abi) {
case 53: return 'Electron 1.6.x';
case 57: return 'Node.js 8.x';
case 59: return 'Node.js 9.x';
case 63: return 'Node.js 10.x';
case 64: return 'Node.js 10.x';
default: return false;
}
}
Expand Down

0 comments on commit eb3c8b8

Please sign in to comment.