Comparing version 1.0.14 to 1.0.15
@@ -8,4 +8,4 @@ #!/usr/bin/env node | ||
}); | ||
if(process.argv[3]){ | ||
if(process.argv[3].toLowerCase() == "-u"){ | ||
if(process.argv[2]){ | ||
if(process.argv[2].toLowerCase() == "-u"){ | ||
console.log("Booting.") | ||
@@ -12,0 +12,0 @@ const cp = require("child_process"); |
{ | ||
"name": "consel", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package