's'
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user