mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
If debug is enabled show more information about catched
exception in analyze command.
This commit is contained in:
@@ -128,6 +128,7 @@ namespace DiscImageChef.Commands
|
|||||||
{
|
{
|
||||||
DicConsole.ErrorWriteLine("Unable to open image format");
|
DicConsole.ErrorWriteLine("Unable to open image format");
|
||||||
DicConsole.ErrorWriteLine("Error: {0}", ex.Message);
|
DicConsole.ErrorWriteLine("Error: {0}", ex.Message);
|
||||||
|
DicConsole.DebugWriteLine("Analyze command", "Stack trace: {0}", ex.StackTrace);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user