1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* just to be on the save side

This commit is contained in:
Reinhard Pointner 2012-12-16 13:25:40 +00:00
parent cfb06a5bac
commit 9944693316

View File

@ -42,7 +42,7 @@ public class GVFS {
public static boolean isSupported() {
try {
return Platform.isLinux() || Platform.isFreeBSD();
} catch (Exception e) {
} catch (Throwable e) {
return false;
}
}