cathode-cli
Advanced tools
Comparing version 0.8.2 to 0.8.3
{ | ||
"name": "cathode-cli", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"description": "Cathode for the command line", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/brpx/cathode-cli", |
@@ -47,3 +47,4 @@ #!/usr/bin/env node | ||
default: | ||
console.log("Error: "+res.body.result+" "+res.body.error); | ||
console.log("Error: "+res.body.result); | ||
console.log(res.body.error); | ||
break; | ||
@@ -50,0 +51,0 @@ } |
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
4168
56