This commit is contained in:
2023-04-18 23:47:30 +08:00
parent 7472217482
commit ebbc3368bd
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ class BackupCommand extends Command
$output->write('dump data success');
} catch (\Throwable $throwable) {
$output->writeln($throwable->getMessage());
$output->writeln(throwable($throwable));
} finally {
return 1;
}