Output not running correctly
This commit is contained in:
parent
8e7c659f33
commit
eafe17d713
@ -6,8 +6,9 @@ for(var i = 0; i < process.argv.length; i++) {
|
|||||||
switch(process.argv[i].toLowerCase()) {
|
switch(process.argv[i].toLowerCase()) {
|
||||||
case 'native':
|
case 'native':
|
||||||
if (semver.gte(process.version, '4.0.0')) {
|
if (semver.gte(process.version, '4.0.0')) {
|
||||||
console.log('Not running native in node < v4.0.0')
|
|
||||||
config.native = true;
|
config.native = true;
|
||||||
|
} else {
|
||||||
|
console.log('Not running native in node < v4.0.0')
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'binary':
|
case 'binary':
|
||||||
|
Loading…
Reference in New Issue
Block a user