#88 Fix crash when header can't be write

This commit is contained in:
J-Jamet
2018-04-16 19:47:27 +02:00
parent 7024178069
commit eb14d27ca5

View File

@@ -58,11 +58,8 @@ public class SaveDB extends RunnableOnFinish {
return;
} catch (PwDbOutputException e) {
// TODO: Restore
throw new RuntimeException(e);
/*
finish(false, e.getMessage());
return;
*/
}
}