This commit is contained in:
2021-11-04 18:09:13 +08:00
parent 21d3738125
commit b83a0c4c96
@@ -117,6 +117,7 @@ class FileChangeCustomProcess extends Command
foreach ($this->pipes as $pipe) {
fclose($pipe);
}
var_dump($this->pipes);
if (is_resource($this->source)) {
proc_close($this->source);
}