Output not running correctly

remotes/origin/cdb-6.1
Raul Ochoa 8 years ago
parent 8e7c659f33
commit eafe17d713

@ -6,8 +6,9 @@ for(var i = 0; i < process.argv.length; i++) {
switch(process.argv[i].toLowerCase()) {
case 'native':
if (semver.gte(process.version, '4.0.0')) {
console.log('Not running native in node < v4.0.0')
config.native = true;
} else {
console.log('Not running native in node < v4.0.0')
}
break;
case 'binary':

Loading…
Cancel
Save