Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbonnick committed Aug 25, 2023
1 parent d82dd4f commit d10ff78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Commands/BackupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ public function handle()
return $this->handle();
}

consoleOutput()->error("Backup failed because: {$exception->getMessage()}.");

report($exception);

if (! $disableNotifications) {
Expand Down

0 comments on commit d10ff78

Please sign in to comment.