We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7c659 commit eafe17dCopy full SHA for eafe17d
test/cli.js
@@ -6,8 +6,9 @@ for(var i = 0; i < process.argv.length; i++) {
6
switch(process.argv[i].toLowerCase()) {
7
case 'native':
8
if (semver.gte(process.version, '4.0.0')) {
9
- console.log('Not running native in node < v4.0.0')
10
config.native = true;
+ } else {
11
+ console.log('Not running native in node < v4.0.0')
12
}
13
break;
14
case 'binary':
0 commit comments