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'));