This commit is contained in:
2021-03-02 13:57:09 +08:00
parent f2a499453f
commit 1276199092
+1 -1
View File
@@ -173,7 +173,7 @@ class Logger extends Component
if (Context::inCoroutine())
Coroutine\System::exec($command);
else
exec($command);
\exec($command);
}
}