eshost-cli
Advanced tools
Comparing version 7.2.1 to 7.2.2
@@ -224,2 +224,6 @@ #!/usr/bin/env node | ||
if (argv.list || argv.add || argv.edit || argv.delete || | ||
argv['delete-all'] || argv['configure-esvu'] || argv['configure-jsvu']) { | ||
console.log(chalk.grey(`Using config "${config.configPath}"`)); | ||
} | ||
// list available hosts | ||
@@ -231,6 +235,2 @@ if (argv.list) { | ||
if (argv.add || argv.edit || argv.delete || | ||
argv['delete-all'] || argv['configure-esvu'] || argv['configure-jsvu']) { | ||
console.log(chalk.grey(`Using config "${config.configPath}"`)); | ||
} | ||
@@ -237,0 +237,0 @@ // add a host |
{ | ||
"name": "eshost-cli", | ||
"version": "7.2.1", | ||
"version": "7.2.2", | ||
"description": "Run scripts in any ECMAScript host", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
32189