mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
改进console
This commit is contained in:
@@ -91,7 +91,7 @@ class Handle
|
|||||||
if (App::$debug) {
|
if (App::$debug) {
|
||||||
$output->setVerbosity(Output::VERBOSITY_DEBUG);
|
$output->setVerbosity(Output::VERBOSITY_DEBUG);
|
||||||
}
|
}
|
||||||
(new Console)->renderException($e, $output);
|
$output->renderException($e);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user