mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 13:40:47 +00:00
Delay initializing SQL in renderer
This commit is contained in:
@@ -68,7 +68,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