@nsshunt/stsrunnerframework 1.0.35 → 1.0.37

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.
@@ -2243,8 +2243,7 @@ class STSWorkerManager {
2243
2243
  ids.forEach((id) => {
2244
2244
  const runnerEx = workerEx.runnersEx[id];
2245
2245
  if (executionProfile) {
2246
- runnerEx.options.executionProfile = { ...executionProfile };
2247
- promArray.push(command(workerEx, runnerEx, runnerEx.options));
2246
+ promArray.push(command(workerEx, runnerEx, executionProfile));
2248
2247
  } else {
2249
2248
  promArray.push(command(workerEx, runnerEx));
2250
2249
  }