@nsshunt/stsrunnerframework 1.0.12 → 1.0.14

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.
@@ -2010,7 +2010,7 @@ class STSWorkerManager {
2010
2010
  const runnersEvents = workerEx.runnersEvents[runner.id];
2011
2011
  runnersEvents.forEach((ev) => {
2012
2012
  if (ev.eventName.localeCompare("Completed") === 0) {
2013
- ev.cb();
2013
+ ev.cb(workerEx.runnersEx[runner.id].instrumentData);
2014
2014
  }
2015
2015
  });
2016
2016
  }