改名
This commit is contained in:
@@ -172,7 +172,7 @@ class Logger extends Component
|
|||||||
if (Context::inCoroutine())
|
if (Context::inCoroutine())
|
||||||
Coroutine\System::exec($command);
|
Coroutine\System::exec($command);
|
||||||
else
|
else
|
||||||
\exec($command);
|
\shell_exec($command);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user