From d10ff788e5982d03740b6a4acd82779df2bf7a22 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 25 Aug 2023 17:38:16 +0100 Subject: [PATCH] wip --- src/Commands/BackupCommand.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Commands/BackupCommand.php b/src/Commands/BackupCommand.php index e66dd141..a1a28edc 100644 --- a/src/Commands/BackupCommand.php +++ b/src/Commands/BackupCommand.php @@ -74,6 +74,8 @@ public function handle() return $this->handle(); } + consoleOutput()->error("Backup failed because: {$exception->getMessage()}."); + report($exception); if (! $disableNotifications) {