This commit is contained in:
2021-11-05 00:55:20 +08:00
parent 8fb60fcd76
commit 15b6ac1b79
@@ -108,7 +108,7 @@ class FileChangeCustomProcess extends Command
2 => STDERR, 2 => STDERR,
]; ];
proc_open("php " . APP_PATH . "kiri.php", $descriptorspec, $pipes); proc_open("php " . __DIR__ . "/watcher.php start", $descriptorspec, $pipes);
$this->channel->push(1); $this->channel->push(1);
}); });