modify plugin name
This commit is contained in:
+1
-3
@@ -44,9 +44,7 @@ class ProcessManager
|
|||||||
$this->logger->debug($system . ' ' . $customProcess->getName() . ' start.');
|
$this->logger->debug($system . ' ' . $customProcess->getName() . ' start.');
|
||||||
$process = $this->parse($customProcess, $system);
|
$process = $this->parse($customProcess, $system);
|
||||||
if (Context::inCoroutine()) {
|
if (Context::inCoroutine()) {
|
||||||
Coroutine::create(function () use ($process) {
|
$process->start();
|
||||||
$process->start();
|
|
||||||
});
|
|
||||||
} else {
|
} else {
|
||||||
$server->addProcess($process = $this->parse($customProcess, $system));
|
$server->addProcess($process = $this->parse($customProcess, $system));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user