This commit is contained in:
xl
2024-11-18 14:29:47 +08:00
parent b23c7eff83
commit 7fa1110a50
-2
View File
@@ -66,8 +66,6 @@ class HotReload extends AbstractProcess
public function onSigterm(): void public function onSigterm(): void
{ {
// TODO: Implement onSigterm() method. // TODO: Implement onSigterm() method.
@fclose($this->pipe);
$this->stop(); $this->stop();
} }