Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-12 11:52:58 +08:00
parent c67fc70550
commit b6f1d8eaf7
4 changed files with 22 additions and 6 deletions
+1
View File
@@ -57,6 +57,7 @@ class ProcessManager
if (Kiri::getPlatform()->isLinux()) {
$process->name($system . '(' . $customProcess->getName() . ')');
}
set_env('environmental', Kiri::PROCESS);
$channel = Coroutine::create(function () use ($process, $customProcess) {
while (!$customProcess->isStop()) {
$message = $process->read();