* 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() {
|
public static boolean isSupported() {
|
||||||
try {
|
try {
|
||||||
return Platform.isLinux() || Platform.isFreeBSD();
|
return Platform.isLinux() || Platform.isFreeBSD();
|
||||||
} catch (Exception e) {
|
} catch (Throwable e) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue