This commit is contained in:
eric
2026-05-20 21:13:19 -05:00
parent aaf786b292
commit d28e64f4ef
21 changed files with 1580 additions and 85 deletions

View File

@@ -231,12 +231,14 @@ class BuiltinSupervisor:
if not self._pid_alive(pid):
return {
"process_status": "stopped" if entry else "not_found",
"pid": pid if entry else None,
"out_path": out_path,
"err_path": err_path,
}
return {
"process_status": "online",
"pid": pid,
"out_path": out_path,
"err_path": err_path,
}