@nsshunt/stsrunnerframework 1.0.131 → 1.0.132

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.
@@ -3224,9 +3224,7 @@ class STSWorkerManager {
3224
3224
  };
3225
3225
  if (runnerEx.options && runnerEx.options.runnerPlan) {
3226
3226
  retVal.options = {
3227
- runnerPlan: {
3228
- plan: runnerEx.options.runnerPlan.plan
3229
- }
3227
+ runnerPlan: { ...runnerEx.options.runnerPlan }
3230
3228
  };
3231
3229
  }
3232
3230
  return retVal;