Run SQL initialize in parallel with createWindow
This commit is contained in:

committed by
Josh Perez

parent
af9e038add
commit
207d05fd05
@@ -78,7 +78,8 @@ before(async () => {
|
||||
await deleteIndexedDB();
|
||||
try {
|
||||
window.log.info('Initializing SQL in renderer');
|
||||
await window.sqlInitializer.initialize();
|
||||
const isTesting = true;
|
||||
await window.sqlInitializer.initialize(isTesting);
|
||||
window.log.info('SQL initialized in renderer');
|
||||
} catch (err) {
|
||||
window.log.error(
|
||||
|
Reference in New Issue
Block a user