@nsshunt/stsrunnerframework 1.0.117 → 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.
@@ -3232,7 +3232,10 @@ class STSWorkerManager {
3232
3232
  const retVal = {
3233
3233
  id: runnerEx.id,
3234
3234
  iteration: runnerEx.iteration,
3235
- state: runnerEx.state
3235
+ state: runnerEx.state,
3236
+ options: {
3237
+ plan: runnerEx.options.plan
3238
+ }
3236
3239
  };
3237
3240
  return retVal;
3238
3241
  } catch (error) {