@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.
- package/dist/stsrunnerframework.mjs +1 -1
- package/dist/stsrunnerframework.mjs.map +1 -1
- package/dist/stsrunnerframework.umd.js +1 -1
- package/dist/stsrunnerframework.umd.js.map +1 -1
- package/package.json +1 -1
- package/types/runnerframework/commonTypes.d.ts +2 -2
- package/types/runnerframework/commonTypes.d.ts.map +1 -1
|
@@ -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(
|
|
2000
|
+
ev.cb();
|
|
2001
2001
|
}
|
|
2002
2002
|
});
|
|
2003
2003
|
}
|