mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
Delay initializing SQL in renderer
This commit is contained in:
@@ -57,7 +57,7 @@ before(async () => {
|
||||
try {
|
||||
window.SignalWindow.log.info('Initializing SQL in renderer');
|
||||
const isTesting = true;
|
||||
await window.sqlInitializer.initialize(isTesting);
|
||||
await window.Signal.Data.startInRenderer(isTesting);
|
||||
window.SignalWindow.log.info('SQL initialized in renderer');
|
||||
} catch (err) {
|
||||
window.SignalWindow.log.error(
|
||||
|
||||
Reference in New Issue
Block a user