Comparing version 1.1.0 to 1.1.1
10
index.js
@@ -47,8 +47,6 @@ // 13/04/2023 | ||
else { | ||
if(cadena.trim() != "") { | ||
try { | ||
await accion(cadena, cmdName, args); | ||
} catch (error) { | ||
await KeyB._onError(error); | ||
} | ||
try { | ||
await accion(cadena.trim(), cmdName, args); | ||
} catch (error) { | ||
await KeyB._onError(error); | ||
} | ||
@@ -55,0 +53,0 @@ } |
{ | ||
"name": "@ijx/keyb", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Console commands", | ||
@@ -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
2543
52