@nsshunt/stsrunnerframework 1.0.9 → 1.0.11
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.
|
@@ -1662,7 +1662,6 @@ class WorkerInstance {
|
|
|
1662
1662
|
});
|
|
1663
1663
|
// ProcessMessage = async(data: MessageEvent) => { // Browser version
|
|
1664
1664
|
__publicField(this, "ProcessMessage", async (data) => {
|
|
1665
|
-
__privateGet(this, _debug).call(this, `ProcessMessage: data: [${JSON.stringify(data)}]`);
|
|
1666
1665
|
try {
|
|
1667
1666
|
const payloadMessage = data;
|
|
1668
1667
|
switch (payloadMessage.command) {
|