mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix not exiting when an image cannot be appended.
This commit is contained in:
@@ -773,6 +773,8 @@ namespace Aaru.Core.Devices.Dumping
|
|||||||
|
|
||||||
StoppingErrorMessage?.Invoke("Error creating output image, not continuing." + Environment.NewLine +
|
StoppingErrorMessage?.Invoke("Error creating output image, not continuing." + Environment.NewLine +
|
||||||
_outputPlugin.ErrorMessage);
|
_outputPlugin.ErrorMessage);
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Send track list to output plugin. This may fail if subchannel is set but unsupported.
|
// Send track list to output plugin. This may fail if subchannel is set but unsupported.
|
||||||
|
|||||||
Reference in New Issue
Block a user