wspromisify 3.1.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.cjs +1 -2
- package/dist/bundle.mjs +1 -2
- package/package.json +1 -1
package/dist/bundle.cjs
CHANGED
|
@@ -492,8 +492,7 @@ class WebSocketClient {
|
|
|
492
492
|
case 'error':
|
|
493
493
|
const err = {
|
|
494
494
|
data,
|
|
495
|
-
message: `WSP: id_key exists in the incoming message,
|
|
496
|
-
but does not exist in the queue!`
|
|
495
|
+
message: `WSP: id_key exists in the incoming message, but does not exist in the queue!`
|
|
497
496
|
};
|
|
498
497
|
this.log(label_error, err);
|
|
499
498
|
this.call(label_error, err);
|
package/dist/bundle.mjs
CHANGED
|
@@ -490,8 +490,7 @@ class WebSocketClient {
|
|
|
490
490
|
case 'error':
|
|
491
491
|
const err = {
|
|
492
492
|
data,
|
|
493
|
-
message: `WSP: id_key exists in the incoming message,
|
|
494
|
-
but does not exist in the queue!`
|
|
493
|
+
message: `WSP: id_key exists in the incoming message, but does not exist in the queue!`
|
|
495
494
|
};
|
|
496
495
|
this.log(label_error, err);
|
|
497
496
|
this.call(label_error, err);
|