mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Console] Use Spectre.Console to show exceptions in the CLI.
GUI still uses `ConsoleWindow`.
This commit is contained in:
@@ -675,6 +675,7 @@ public sealed class ImageChecksumViewModel : ViewModelBase
|
||||
{
|
||||
AaruConsole.DebugWriteLine(Localization.Core.Could_not_get_tracks_because_0, ex.Message);
|
||||
AaruConsole.WriteLine("Unable to get separate tracks, not checksumming them");
|
||||
AaruConsole.WriteException(ex);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user