mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-05 07:08:14 +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() {
|
async function main() {
|
||||||
await initializeTranslations();
|
await initializeTranslations();
|
||||||
await initializeDatabase();
|
await initializeDatabase(false);
|
||||||
|
|
||||||
await startElectron();
|
await startElectron();
|
||||||
await registerHandlers();
|
await registerHandlers();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user