This commit is contained in:
2021-03-02 14:06:58 +08:00
parent 7c90bc01e0
commit 0f72a42c7c
+1 -1
View File
@@ -172,7 +172,7 @@ class Logger extends Component
if (Context::inCoroutine())
Coroutine\System::exec($command);
else
\exec($command);
\shell_exec($command);
}
}