Update SQLCipher to 4.3.0
This commit is contained in:
parent
32c0a8fbf6
commit
68ee557dcf
3 changed files with 7 additions and 16 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue