@nsshunt/stsrunnerframework 1.0.116 → 1.0.118
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.
|
@@ -3228,8 +3228,9 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
3228
3228
|
id: runnerEx.id,
|
|
3229
3229
|
iteration: runnerEx.iteration,
|
|
3230
3230
|
state: runnerEx.state,
|
|
3231
|
-
|
|
3232
|
-
|
|
3231
|
+
options: {
|
|
3232
|
+
plan: runnerEx.options.plan
|
|
3233
|
+
}
|
|
3233
3234
|
};
|
|
3234
3235
|
return retVal;
|
|
3235
3236
|
} catch (error) {
|
|
@@ -3260,8 +3261,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
3260
3261
|
const { id, options, runnersEx, workerManagerId } = workerEx;
|
|
3261
3262
|
const workerCopy = {
|
|
3262
3263
|
id,
|
|
3263
|
-
runners: {}
|
|
3264
|
-
workerManagerId
|
|
3264
|
+
runners: {}
|
|
3265
3265
|
};
|
|
3266
3266
|
for (const [, runnerEx] of Object.entries(runnersEx)) {
|
|
3267
3267
|
workerCopy.runners[runnerEx.id] = this.CreateRunnerCopySmall(runnerEx);
|