Comparing version 0.6.1 to 0.6.2
@@ -86,2 +86,3 @@ "use strict"; | ||
let newInstance = []; | ||
this.translator.addTempReference(this.json.get(Constants.KeyParam), newInstance); | ||
@@ -88,0 +89,0 @@ for (let i = 0; i < this.elements.length; i++) { |
@@ -13,5 +13,10 @@ "use strict"; | ||
} | ||
static debug(message){ | ||
if (Logger.flags.DEBUG) console.log(message); | ||
} | ||
} | ||
Logger.flags = { | ||
DEBUG: false, /* print all debug messages */ | ||
EXCEPTION: true, /* print exceptions to console */ | ||
@@ -18,0 +23,0 @@ CONNECT: false, /* show the subset of ONMESSAGE that deals with the initial connection */ |
{ | ||
"name": "jjjrmi", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "util", |
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
39523
1145