mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 23:29:34 +00:00
Printing exception when a disk is not recognized.
This commit is contained in:
parent
2b51a7469f
commit
2926f343ff
@ -170,6 +170,7 @@ public class SwtAppleCommander implements Listener {
|
||||
showUnrecognizedDiskFormatMessage(fullpath);
|
||||
}
|
||||
} catch (Exception ignored) {
|
||||
ignored.printStackTrace();
|
||||
showUnrecognizedDiskFormatMessage(fullpath);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user