@nsshunt/stsrunnerframework 1.0.102 → 1.0.103
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.
|
@@ -2020,7 +2020,6 @@ class WorkerInstance {
|
|
|
2020
2020
|
}
|
|
2021
2021
|
});
|
|
2022
2022
|
__privateGet(this, _debug).call(this, `constructor`);
|
|
2023
|
-
__privateGet(this, _processLoopExecutor).call(this);
|
|
2024
2023
|
}
|
|
2025
2024
|
get CollectorCollectorPort() {
|
|
2026
2025
|
return __privateGet(this, _collectorCollectorPort);
|
|
@@ -2927,7 +2926,6 @@ class STSWorkerManager {
|
|
|
2927
2926
|
__privateSet(this, _STSInstrumentController, __privateGet(this, _options2).publishInstrumentController);
|
|
2928
2927
|
__privateSet(this, _telemetryProcessor, new TelemetryProcessor());
|
|
2929
2928
|
}
|
|
2930
|
-
__privateGet(this, _processLoopExecutor2).call(this);
|
|
2931
2929
|
}
|
|
2932
2930
|
CreateRunnerCopyNoHistory(runnerEx) {
|
|
2933
2931
|
return {
|