@nsshunt/stsvueutils 1.0.91 → 1.0.92

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.
@@ -2226,22 +2226,16 @@ class STSWorkerManager {
2226
2226
  } else {
2227
2227
  __privateSet(this, _options, {});
2228
2228
  }
2229
- setTimeout(() => {
2230
- console.log(chalk$1.yellow(`CompareSTSInstrumentControllerPluginKeyWMEx(): [${CompareSTSInstrumentControllerPluginKeyWMEx()}]`));
2231
- console.log(chalk$1.yellow(`Attempting to get STSInstrumentControllerPlugin using symbol: [${String(STSInstrumentControllerPluginKey)}]`));
2232
- __privateSet(this, _STSInstrumentController, app.config.globalProperties.$sts.aic);
2233
- console.log(chalk$1.yellow(GetSTSInstrumentController(app)));
2234
- console.log(chalk$1.yellow(app.config.globalProperties.$sts[STSInstrumentControllerPluginKey]));
2235
- console.log(chalk$1.yellow(__privateGet(this, _STSInstrumentController)));
2236
- console.log(chalk$1.yellow(app.config.globalProperties.$sts.aic));
2237
- console.log(chalk$1.yellow("keys within app.config.globalProperties.$sts"));
2238
- for (const [key] of Object.entries(app.config.globalProperties.$sts)) {
2239
- console.log(chalk$1.yellow(`${key}`));
2240
- }
2241
- if (!__privateGet(this, _STSInstrumentController)) {
2242
- console.log(chalk$1.yellow(`Failed to get STSInstrumentControllerPlugin using symbol: [${String(STSInstrumentControllerPluginKey)}]`));
2243
- }
2244
- }, 0);
2229
+ console.log(chalk$1.yellow(`CompareSTSInstrumentControllerPluginKeyWMEx(): [${CompareSTSInstrumentControllerPluginKeyWMEx()}]`));
2230
+ console.log(chalk$1.yellow(`Attempting to get STSInstrumentControllerPlugin using symbol: [${String(STSInstrumentControllerPluginKey)}]`));
2231
+ __privateSet(this, _STSInstrumentController, GetSTSInstrumentController(app));
2232
+ console.log(chalk$1.yellow("keys within app.config.globalProperties.$sts"));
2233
+ for (const [key] of Object.entries(app.config.globalProperties.$sts)) {
2234
+ console.log(chalk$1.yellow(`${key}`));
2235
+ }
2236
+ if (!__privateGet(this, _STSInstrumentController)) {
2237
+ console.log(chalk$1.yellow(`Failed to get STSInstrumentControllerPlugin using symbol: [${String(STSInstrumentControllerPluginKey)}]`));
2238
+ }
2245
2239
  }
2246
2240
  get WorkersEx() {
2247
2241
  return __privateGet(this, _workersEx);