mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
Update better-sqlite3
This commit is contained in:
@@ -592,10 +592,7 @@ function makeChannel(fnName: string) {
|
||||
'Detected sql corruption in renderer process. ' +
|
||||
`Restarting the application immediately. Error: ${error.message}`
|
||||
);
|
||||
ipc?.send(
|
||||
'database-error',
|
||||
`${error.stack}\n${Server.getCorruptionLog()}`
|
||||
);
|
||||
ipc?.send('database-error', error.stack);
|
||||
}
|
||||
log.error(
|
||||
`Renderer SQL channel job (${fnName}) error ${error.message}`
|
||||
|
||||
Reference in New Issue
Block a user