mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* DiscImageChef.Devices/Enums.cs:
* DiscImageChef/Commands/DeviceInfo.cs: * DiscImageChef.Devices/Device/ScsiCommands.cs: Added Plextor vendor commands. * DiscImageChef/Plugins.cs: * DiscImageChef/Commands/Analyze.cs: * DiscImageChef/Commands/Compare.cs: * DiscImageChef/Commands/CreateSidecar.cs: Do not call system console directly.
This commit is contained in:
@@ -54,13 +54,13 @@ namespace DiscImageChef.Commands
|
||||
|
||||
if (!System.IO.File.Exists(options.InputFile1))
|
||||
{
|
||||
System.Console.Error.WriteLine("Input file 1 does not exist.");
|
||||
DicConsole.ErrorWriteLine("Input file 1 does not exist.");
|
||||
return;
|
||||
}
|
||||
|
||||
if (!System.IO.File.Exists(options.InputFile2))
|
||||
{
|
||||
System.Console.Error.WriteLine("Input file 2 does not exist.");
|
||||
DicConsole.ErrorWriteLine("Input file 2 does not exist.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user