I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 6f790d99 authored by zzz's avatar zzz
Browse files

exit 1 on failure

parent efb986ff
No related branches found
No related tags found
No related merge requests found
...@@ -1236,6 +1236,7 @@ public class Storage ...@@ -1236,6 +1236,7 @@ public class Storage
if (file != null) if (file != null)
file.delete(); file.delete();
ioe.printStackTrace(); ioe.printStackTrace();
System.exit(1);
} finally { } finally {
try { if (out != null) out.close(); } catch (IOException ioe) {} try { if (out != null) out.close(); } catch (IOException ioe) {}
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment