Comparing version 0.1.2 to 0.1.3
@@ -329,3 +329,4 @@ /** | ||
else if (!this.connectionData.connectionState) { | ||
console.error(new Error('Tried to execute command on client while no client was connected. ' + | ||
var cmdName = compName + '.Public.' + cmdName; | ||
console.error(new Error('Tried to execute command `' + cmdName + '` on client while no client was connected. ' + | ||
'Make sure to use `this.Tools.keepOpen` and `this.Tools.flush` when performing asynchronous operations.').stack); | ||
@@ -332,0 +333,0 @@ } |
{ | ||
"name": "nogap", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Dominik Seifert", |
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
247624
3560