mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-08-07 23:25:09 +00:00
Printing exception when a disk is not recognized.
This commit is contained in:
@@ -170,6 +170,7 @@ public class SwtAppleCommander implements Listener {
|
||||
showUnrecognizedDiskFormatMessage(fullpath);
|
||||
}
|
||||
} catch (Exception ignored) {
|
||||
ignored.printStackTrace();
|
||||
showUnrecognizedDiskFormatMessage(fullpath);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user