@nsshunt/stsvueutils 1.2.37 → 1.2.38
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/stsvueutils.mjs
CHANGED
|
@@ -2328,7 +2328,6 @@ class RequestResponseHelper {
|
|
|
2328
2328
|
}, __privateGet(this, _requestResponseMessageTimeout))
|
|
2329
2329
|
// max message timeout allowed
|
|
2330
2330
|
};
|
|
2331
|
-
debug$1(`RequestResponseHelper: Sending message with id: [${messageId}] to target worker port. Details: [${JSON.stringify(__privateGet(this, _requestResponseMessages)[messageId].publishMessagePayload)}]`);
|
|
2332
2331
|
__privateGet(this, _port).postMessage(message);
|
|
2333
2332
|
}
|
|
2334
2333
|
} else {
|