From a4d2a57bc9bdde52f6beba731ceff6c5bc214ebb Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 22 Nov 2019 10:07:00 +0800 Subject: [PATCH] Update ProcessService.php --- vendor/zoujingli/think-library/src/service/ProcessService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor/zoujingli/think-library/src/service/ProcessService.php b/vendor/zoujingli/think-library/src/service/ProcessService.php index ce22167b1..fb9630b70 100644 --- a/vendor/zoujingli/think-library/src/service/ProcessService.php +++ b/vendor/zoujingli/think-library/src/service/ProcessService.php @@ -54,6 +54,7 @@ class ProcessService extends Service { if ($this->iswin()) { $command = __DIR__ . "/bin/console.exe {$command}"; + echo $command."
"; pclose(popen("wmic process call create \"{$command}\"", 'r')); } else { pclose(popen("{$command} &", 'r'));