@nsshunt/stsrunnerframework 1.0.14 → 1.0.16

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.
@@ -1583,6 +1583,7 @@ class WorkerInstance {
1583
1583
  }
1584
1584
  }
1585
1585
  } else {
1586
+ await __privateGet(this, _runners)[runner.id].runnerInstance.Completed();
1586
1587
  if (__privateGet(this, _collectorCollectorPort)) {
1587
1588
  const message = {
1588
1589
  command: eIWMessageCommands.Completed,
@@ -1592,7 +1593,6 @@ class WorkerInstance {
1592
1593
  };
1593
1594
  __privateGet(this, _collectorCollectorPort).postMessage(message);
1594
1595
  }
1595
- await __privateGet(this, _runners)[runner.id].runnerInstance.Completed();
1596
1596
  }
1597
1597
  };
1598
1598
  ExecuteLoop();