* just to be on the save side
This commit is contained in:
parent
cfb06a5bac
commit
9944693316
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue