This commit is contained in:
2021-11-19 03:59:04 +08:00
parent f3446da34e
commit 7aee3c8458
+1
View File
@@ -97,6 +97,7 @@ class HotReload extends Command
if (!empty($pid) && Process::kill($pid, 0)) {
Process::kill($pid, SIGTERM);
}
var_dump('over');
$this->driver->clear();
}