@nsshunt/stsrunnerframework 0.0.23 → 1.0.2

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.
@@ -1997,7 +1997,7 @@ var __privateWrapper = (obj, member, setter, getter) => ({
1997
1997
  const runnersEvents = workerEx.runnersEvents[runner.id];
1998
1998
  runnersEvents.forEach((ev) => {
1999
1999
  if (ev.eventName.localeCompare("Completed") === 0) {
2000
- ev.cb(/* @__PURE__ */ new Date());
2000
+ ev.cb();
2001
2001
  }
2002
2002
  });
2003
2003
  }