mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Do not try to extract files when no filesystem is able to. Fixes #300
This commit is contained in:
@@ -281,6 +281,10 @@ namespace Aaru.Commands.Filesystem
|
||||
else
|
||||
{
|
||||
plugins.ReadOnlyFilesystems.TryGetValue(idPlugins[0], out plugin);
|
||||
|
||||
if(plugin == null)
|
||||
continue;
|
||||
|
||||
AaruConsole.WriteLine($"Identified by {plugin.Name}.");
|
||||
|
||||
var fs = (IReadOnlyFilesystem)plugin.
|
||||
|
||||
Reference in New Issue
Block a user