Keep crash report url after restart

This commit is contained in:
Fedor Indutny 2023-11-01 20:42:52 +01:00 committed by GitHub
parent 59a4f237fd
commit ab0c12847d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,7 @@ export function setup(getLogger: () => LoggerType, forceEnable = false): void {
prefix: 'desktop-crash-',
});
logger.info('crashReports: upload complete');
logger.info(`crashReports: upload complete, ${url}`);
clipboard.writeText(url);
} finally {
await eraseDumps(logger, pendingDumps);