From eafe17d71390d31bb655a4da8296a6d29c18cefe Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Fri, 16 Dec 2016 16:57:39 +0000 Subject: [PATCH] Output not running correctly --- test/cli.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/cli.js b/test/cli.js index 84e47fd..8672473 100644 --- a/test/cli.js +++ b/test/cli.js @@ -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':