@nsshunt/stsrunnerframework 1.0.1 → 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.
@@ -1995,7 +1995,7 @@ class STSWorkerManager {
1995
1995
  const runnersEvents = workerEx.runnersEvents[runner.id];
1996
1996
  runnersEvents.forEach((ev) => {
1997
1997
  if (ev.eventName.localeCompare("Completed") === 0) {
1998
- ev.cb(/* @__PURE__ */ new Date());
1998
+ ev.cb();
1999
1999
  }
2000
2000
  });
2001
2001
  }