Update SQLCipher to 4.3.0

This commit is contained in:
Scott Nonnenberg 2020-02-19 13:11:06 -08:00 committed by GitHub
parent 32c0a8fbf6
commit 68ee557dcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 16 deletions

View file

@ -10,6 +10,9 @@ let quitText = 'Quit';
let copyErrorAndQuitText = 'Copy error and quit';
function handleError(prefix, error) {
if (console._error) {
console._error(`${prefix}:`, Errors.toLogFormat(error));
}
console.error(`${prefix}:`, Errors.toLogFormat(error));
if (app.isReady()) {