改名
This commit is contained in:
@@ -119,11 +119,11 @@ class Application extends BaseApplication
|
|||||||
response()->send($manager->execCommand($class));
|
response()->send($manager->execCommand($class));
|
||||||
} catch (\Throwable $exception) {
|
} catch (\Throwable $exception) {
|
||||||
var_dump($exception);
|
var_dump($exception);
|
||||||
response()->send(implode("\n", [
|
// response()->send(implode("\n", [
|
||||||
'Msg: ' . $exception->getMessage(),
|
// 'Msg: ' . $exception->getMessage(),
|
||||||
'Line: ' . $exception->getLine(),
|
// 'Line: ' . $exception->getLine(),
|
||||||
'File: ' . $exception->getFile()
|
// 'File: ' . $exception->getFile()
|
||||||
]));
|
// ]));
|
||||||
} finally {
|
} finally {
|
||||||
Timer::clearAll();
|
Timer::clearAll();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user