This commit is contained in:
as2252258@163.com
2021-09-26 00:29:00 +08:00
parent 021d535d6c
commit b2e70d20cc
+1 -1
View File
@@ -79,7 +79,7 @@ class ServerCommand extends Command
} }
$this->generate_runtime_builder($manager); $this->generate_runtime_builder($manager);
} catch (\Throwable $throwable) { } catch (\Throwable $throwable) {
$output->write($throwable->getMessage()); $output->write(jTraceEx($throwable));
} finally { } finally {
return 1; return 1;
} }