aboutsummaryrefslogtreecommitdiff
path: root/src/server/ChildProcessUtilities/daemon
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-12-11 20:28:14 -0500
committerBob Zeleznik <zzzman@gmail.com>2019-12-11 20:28:14 -0500
commit40e9d975c595f00b2047e8375a1d92530da35d75 (patch)
tree02aa1f0ccfa9a7e8eb36a5c4b59a96c8132f360f /src/server/ChildProcessUtilities/daemon
parentac3fc59b4574719c22d95910bbbf0430be7de220 (diff)
parente01499153fdd335493973dc79d80ccc4ae8df95c (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/server/ChildProcessUtilities/daemon')
-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()}`);