exit 1 on failure

This commit is contained in:
zzz
2012-10-22 22:56:40 +00:00
parent efb986ffd9
commit 6f790d99c9

View File

@ -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) {}
} }