This commit is contained in:
as2252258@163.com
2021-04-24 20:27:09 +08:00
parent 8cc6b61e84
commit 2852486c8e
+1
View File
@@ -145,6 +145,7 @@ class Application extends BaseApplication
}
response()->send($manager->execCommand($class));
} catch (\Throwable $exception) {
var_export($exception);
response()->send(implode("\n", [
'Msg: ' . $exception->getMessage(),
'Line: ' . $exception->getLine(),