mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	chore(code): fix more js & ts files
This commit is contained in:
		| @@ -8,7 +8,7 @@ let dbConnection!: Database.Database; | ||||
|  | ||||
| sql_init.dbReady.then(() => { | ||||
|     dbConnection = new Database(dataDir.DOCUMENT_PATH, { readonly: true }); | ||||
|      | ||||
|  | ||||
|     [`exit`, `SIGINT`, `SIGUSR1`, `SIGUSR2`, `SIGTERM`].forEach(eventType => { | ||||
|         process.on(eventType, () => { | ||||
|             if (dbConnection) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user