This commit is contained in:
2021-11-19 03:52:44 +08:00
parent 5d91b61f83
commit f243e19b24
+1 -1
View File
@@ -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();
});