@nsshunt/stsvueutils 1.0.59 → 1.0.60
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
|
@@ -1836,7 +1836,7 @@ class STSWorkerManager {
|
|
|
1836
1836
|
StopRunner: (runner) => __privateGet(this, _StopRunner).call(this, stsWorkerEx, runner),
|
|
1837
1837
|
Stop: async () => __privateGet(this, _StopWorker).call(this, stsWorkerEx)
|
|
1838
1838
|
};
|
|
1839
|
-
__privateGet(this, _STSInstrumentController).LogEx(`Creating new worker: [${stsWorkerEx.id}]
|
|
1839
|
+
__privateGet(this, _STSInstrumentController).LogEx(chalk.yellow(`Creating new worker: [${stsWorkerEx.id}]`));
|
|
1840
1840
|
console.log(`Adding worker: [${stsWorkerEx.id}]`);
|
|
1841
1841
|
stsWorkerEx.worker.onmessage = function(data) {
|
|
1842
1842
|
console.log(data.data);
|
|
@@ -1996,7 +1996,7 @@ class STSWorkerManager {
|
|
|
1996
1996
|
});
|
|
1997
1997
|
__privateAdd(this, _CreateAsyncRunner, (workerEx, runnerOptions) => {
|
|
1998
1998
|
__privateWrapper(this, _runner)._++;
|
|
1999
|
-
__privateGet(this, _STSInstrumentController).LogEx(`Creating new async runner: [${__privateGet(this, _runner)}]
|
|
1999
|
+
__privateGet(this, _STSInstrumentController).LogEx(chalk.yellow(`Creating new async runner: [${__privateGet(this, _runner)}]`));
|
|
2000
2000
|
const asyncRunnerContext = {
|
|
2001
2001
|
nid: `${workerEx.workerThreadWorkerOptions.hostName}${ModelDelimeter.COMPONENT_SEPERATOR}${workerEx.workerThreadWorkerOptions.agentId}-${workerEx.workerThreadWorkerOptions.userAgent}${ModelDelimeter.NID_SEPERATOR}worker${workerEx.id}${ModelDelimeter.SEPERATOR}${__privateGet(this, _runner)}`,
|
|
2002
2002
|
id: __privateGet(this, _runner).toString(),
|