@integrity-labs/agt-cli 0.15.14 → 0.15.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.
@@ -6888,7 +6888,7 @@ function startWatchdog(opts) {
6888
6888
  const intervalSec = String(Math.max(Math.floor(opts.intervalMs / 1e3), 5));
6889
6889
  const child = spawn2(
6890
6890
  process.execPath,
6891
- [process.argv[1], "manager", "start", "--interval", intervalSec, "--config-dir", configDir],
6891
+ [process.argv[1], "manager", "start", "--interval", intervalSec, "--config-dir", configDir, "--supervise"],
6892
6892
  {
6893
6893
  detached: true,
6894
6894
  stdio: ["ignore", logFd, logFd],
@@ -7270,4 +7270,4 @@ export {
7270
7270
  managerStopCommand,
7271
7271
  managerStatusCommand
7272
7272
  };
7273
- //# sourceMappingURL=chunk-LXXHDDRN.js.map
7273
+ //# sourceMappingURL=chunk-EGXC323P.js.map