1
This commit is contained in:
@@ -78,7 +78,7 @@ class HotReload extends Command
|
||||
$this->trigger_reload();
|
||||
Coroutine::create(function () {
|
||||
Coroutine::create(function () {
|
||||
$this->onSignal(Coroutine::waitSignal(SIGKILL & SIGTERM, -1));
|
||||
$this->onSignal(Coroutine::waitSignal(SIGKILL | SIGTERM, -1));
|
||||
});
|
||||
$this->driver->start();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user