@wrongstack/cli 0.7.7 → 0.7.8

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/index.js CHANGED
@@ -12963,7 +12963,7 @@ Restart WrongStack to load or unload plugin code in this session.`;
12963
12963
  });
12964
12964
  globalThis.__sddParallelRun = run;
12965
12965
  const result = await run.run();
12966
- delete globalThis.__sddParallelRun;
12966
+ globalThis.__sddParallelRun = void 0;
12967
12967
  const lines = [
12968
12968
  `SDD parallel run complete:`,
12969
12969
  ` ${result.totalWaves} waves \xB7 ${result.totalCompleted} done \xB7 ${result.totalFailed} failed`,