mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
#88 Fix crash when header can't be write
This commit is contained in:
@@ -58,11 +58,8 @@ public class SaveDB extends RunnableOnFinish {
|
||||
return;
|
||||
} catch (PwDbOutputException e) {
|
||||
// TODO: Restore
|
||||
throw new RuntimeException(e);
|
||||
/*
|
||||
finish(false, e.getMessage());
|
||||
return;
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user