mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Fix unhandled promise rejection text content
This commit is contained in:
+3
-1
@@ -1847,7 +1847,9 @@ const onDatabaseError = async (error: Error) => {
|
||||
|
||||
if (buttonIndex === copyErrorAndQuitButtonIndex) {
|
||||
clipboard.writeText(
|
||||
`Database startup error:\n\n${redactAll(Errors.toLogFormat(error))}`
|
||||
`Database startup error:\n\n${redactAll(Errors.toLogFormat(error))}\n\n` +
|
||||
`App Version: ${app.getVersion()}\n` +
|
||||
`OS: ${os.platform()}`
|
||||
);
|
||||
} else if (
|
||||
typeof deleteAllDataButtonIndex === 'number' &&
|
||||
|
||||
Reference in New Issue
Block a user