command-line-tool
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -13,5 +13,3 @@ 'use strict'; | ||
function stop(message) { | ||
arrayify(message).forEach(function (msg) { | ||
console.error(ansi.format(msg)); | ||
}); | ||
printOutput(message); | ||
process.exit(0); | ||
@@ -18,0 +16,0 @@ } |
@@ -26,5 +26,3 @@ 'use strict' | ||
function stop (message) { | ||
arrayify(message).forEach(function (msg) { | ||
console.error(ansi.format(msg)) | ||
}) | ||
printOutput(message) | ||
process.exit(0) | ||
@@ -31,0 +29,0 @@ } |
{ | ||
"name": "command-line-tool", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "command-line-tool", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/75lb/command-line-tool.git", |
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
10992
153