From 38f5f57c4dc96d7166616b1dd0b6d61b03b829f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 4 Nov 2021 17:59:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiri-engine/FileListen/FileChangeCustomProcess.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/kiri-engine/FileListen/FileChangeCustomProcess.php b/kiri-engine/FileListen/FileChangeCustomProcess.php index f450b6bd..c1ec667d 100644 --- a/kiri-engine/FileListen/FileChangeCustomProcess.php +++ b/kiri-engine/FileListen/FileChangeCustomProcess.php @@ -69,9 +69,6 @@ class FileChangeCustomProcess extends Command go(function () use ($driver) { $driver->start(); }); - go(function () { - proc_open("php " . APP_PATH . "kiri.php sw:server start", [], $pipes); - }); Barrier::wait($make); return 0; }