Output not running correctly

This commit is contained in:
Raul Ochoa 2016-12-16 16:57:39 +00:00
parent 8e7c659f33
commit eafe17d713

View File

@ -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':