mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add ErrorMessage event to ATA dumper.
This commit is contained in:
@@ -77,5 +77,10 @@ namespace DiscImageChef
|
||||
{
|
||||
DicConsole.WriteLine(text);
|
||||
}
|
||||
|
||||
internal static void ErrorMessage(string text)
|
||||
{
|
||||
DicConsole.ErrorWriteLine(text);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user