Start web version too

This commit is contained in:
Daniil Gentili 2020-08-10 14:07:40 +02:00
parent 01f9e67732
commit d07e290ca6
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ class Server extends SignalLoop
try {
Logger::log("Starting IPC server $session (process)");
ProcessRunner::start($session);
WebRunner::start($session);
return;
} catch (\Throwable $e) {
Logger::log($e);