改进console

This commit is contained in:
yunwuxin
2016-08-08 17:48:14 +08:00
parent 24fee2e423
commit a6d54673c7

View File

@@ -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);
} }
/** /**