mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 02:18:15 +01:00
Fix flaky test and add screenshots
This commit is contained in:
@@ -60,7 +60,7 @@ const CONTACT_COUNT = 1000;
|
||||
const duration = Date.now() - start;
|
||||
console.log(`Took: ${(duration / 1000).toFixed(2)} seconds`);
|
||||
} catch (error) {
|
||||
await bootstrap.saveLogs();
|
||||
await bootstrap.saveLogs(app);
|
||||
throw error;
|
||||
} finally {
|
||||
await app?.close();
|
||||
|
||||
Reference in New Issue
Block a user