@nsshunt/stsrunnerframework 1.0.71 → 1.0.72

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.
@@ -2050,7 +2050,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
2050
2050
  const runnerEx = workerEx.runnersEx[removeList[i].runnerId];
2051
2051
  if (runnerEx) {
2052
2052
  if (runnerEx.publishInstrumentController) {
2053
- console.log(chalk.magenta(`Ending publish for runner: [${JSON.stringify(runnerEx.asyncRunnerContext)}]`));
2053
+ __privateGet(this, _debug2).call(this, chalk.grey(`Ending publish for runner: [${JSON.stringify(runnerEx.asyncRunnerContext)}]`));
2054
2054
  await runnerEx.publishInstrumentController.EndPublish();
2055
2055
  await stsutils.Sleep(250);
2056
2056
  }
@@ -2072,6 +2072,9 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
2072
2072
  }
2073
2073
  }
2074
2074
  }
2075
+ for (const [, workerEx] of Object.entries(__privateGet(this, _workersEx))) {
2076
+ __privateGet(this, _debug2).call(this, chalk.grey(`STSWorkerManager:#processLoopExecutor(): Remaining runners from worker: [${workerEx.id}]: [${Object.keys(workerEx.runnersEx).length}]`));
2077
+ }
2075
2078
  setTimeout(__privateGet(this, _processLoopExecutor2), 1e3);
2076
2079
  }, 100);
2077
2080
  } else {