|
|
@ -304,6 +304,7 @@ public abstract class FS { |
|
|
|
} |
|
|
|
} |
|
|
|
} catch (IOException e) { |
|
|
|
} catch (IOException e) { |
|
|
|
// Just print on stderr for debugging
|
|
|
|
// Just print on stderr for debugging
|
|
|
|
|
|
|
|
if (debug) |
|
|
|
e.printStackTrace(System.err); |
|
|
|
e.printStackTrace(System.err); |
|
|
|
gooblerFail.set(true); |
|
|
|
gooblerFail.set(true); |
|
|
|
} |
|
|
|
} |
|
|
@ -311,6 +312,7 @@ public abstract class FS { |
|
|
|
is.close(); |
|
|
|
is.close(); |
|
|
|
} catch (IOException e) { |
|
|
|
} catch (IOException e) { |
|
|
|
// Just print on stderr for debugging
|
|
|
|
// Just print on stderr for debugging
|
|
|
|
|
|
|
|
if (debug) |
|
|
|
e.printStackTrace(System.err); |
|
|
|
e.printStackTrace(System.err); |
|
|
|
gooblerFail.set(true); |
|
|
|
gooblerFail.set(true); |
|
|
|
} |
|
|
|
} |
|
|
|