mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-18 21:40:41 -04:00
Show full error when maintenance task fails to start (#512)
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
GlobalNotificationService.AddErrorMessage($"Failed to start maintenance tasks: {ex.Message}", true);
|
||||
GlobalNotificationService.AddErrorMessage($"Failed to start maintenance tasks: {ex}", true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user