aboutsummaryrefslogtreecommitdiff
path: root/src/server/ChildProcessUtilities
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/ChildProcessUtilities')
-rw-r--r--src/server/ChildProcessUtilities/daemon/session.ts (renamed from src/server/ChildProcessUtilities/daemon/persistence_daemon.ts)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/ChildProcessUtilities/daemon/persistence_daemon.ts b/src/server/ChildProcessUtilities/daemon/session.ts
index 888cf38b8..c41657cc9 100644
--- a/src/server/ChildProcessUtilities/daemon/persistence_daemon.ts
+++ b/src/server/ChildProcessUtilities/daemon/session.ts
@@ -94,7 +94,7 @@ async function listen() {
const success = error === null && result !== undefined;
return identifier + success ? " Child process spawned..." : ` An error occurred while attempting to restart the server:\n${error}`;
},
- action: () => ProcessFactory.createWorker('npm', ['run', 'start-spawn'], "inherit"),
+ action: () => ProcessFactory.createWorker('npm', ['run', 'start'], "inherit"),
color: green
});
writeLocalPidLog("server", `${(current_backup?.pid ?? -2) + 1} created ${timestamp()}`);