Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit d020ca7

Browse files
committed
fix(build): missing argument
1 parent 560780e commit d020ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron-edit-demo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const DEMO_ZIP_PATH = "db/demo.zip";
77

88
async function main() {
99
await initializeTranslations();
10-
await initializeDatabase();
10+
await initializeDatabase(false);
1111

1212
await startElectron();
1313
await registerHandlers();

0 commit comments

Comments
 (0)