@nsshunt/stsrunnerframework 0.0.16 → 0.0.18
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.
|
@@ -1971,17 +1971,7 @@ var __privateWrapper = (obj, member, setter, getter) => ({
|
|
|
1971
1971
|
__privateGet(this, _PostMessageToWorker).call(this, workerEx, eIWMessageCommands.AddRunner, payload);
|
|
1972
1972
|
});
|
|
1973
1973
|
__privateAdd(this, _ProcessTelemetry, (workerEx, payloadContents) => {
|
|
1974
|
-
|
|
1975
|
-
if (workerEx.runnersEx[runner.id]) {
|
|
1976
|
-
const runnerEx = workerEx.runnersEx[runner.id];
|
|
1977
|
-
runnerEx.instrumentData = { ...runner.instrumentData };
|
|
1978
|
-
if (runner.instrumentData.message) {
|
|
1979
|
-
runnerEx.instrumentData.message = [...runner.instrumentData.message];
|
|
1980
|
-
} else {
|
|
1981
|
-
runnerEx.instrumentData.message = [];
|
|
1982
|
-
}
|
|
1983
|
-
__privateGet(this, _telemetryProcessor).ProcessTelemetry(runnerEx.publishInstrumentController, runnerEx.instrumentData);
|
|
1984
|
-
}
|
|
1974
|
+
return;
|
|
1985
1975
|
});
|
|
1986
1976
|
__privateAdd(this, _ProcessCompleted, (workerEx, payloadContents) => {
|
|
1987
1977
|
const { runner } = payloadContents;
|