mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	fix(build): missing argument
This commit is contained in:
		| @@ -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(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user