mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-01 20:32:19 +08:00
fix(build): missing argument
This commit is contained in:
parent
560780e2fc
commit
d020ca7d24
@ -7,7 +7,7 @@ const DEMO_ZIP_PATH = "db/demo.zip";
|
||||
|
||||
async function main() {
|
||||
await initializeTranslations();
|
||||
await initializeDatabase();
|
||||
await initializeDatabase(false);
|
||||
|
||||
await startElectron();
|
||||
await registerHandlers();
|
||||
|
Loading…
x
Reference in New Issue
Block a user