@nsshunt/stsrunnerframework 1.0.13 → 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.
@@ -2012,7 +2012,7 @@ var __privateWrapper = (obj, member, setter, getter) => ({
2012
2012
  const runnersEvents = workerEx.runnersEvents[runner.id];
2013
2013
  runnersEvents.forEach((ev) => {
2014
2014
  if (ev.eventName.localeCompare("Completed") === 0) {
2015
- ev.cb();
2015
+ ev.cb(workerEx.runnersEx[runner.id].instrumentData);
2016
2016
  }
2017
2017
  });
2018
2018
  }