Fix not exiting when an image cannot be appended.

This commit is contained in:
2020-07-14 14:24:25 +01:00
parent 14ee6da14f
commit dca471be1e

View File

@@ -773,6 +773,8 @@ namespace Aaru.Core.Devices.Dumping
StoppingErrorMessage?.Invoke("Error creating output image, not continuing." + Environment.NewLine +
_outputPlugin.ErrorMessage);
return;
}
// Send track list to output plugin. This may fail if subchannel is set but unsupported.