mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	downgrade sqlite3 library which has issues with electron build
This commit is contained in:
		| @@ -163,6 +163,10 @@ async function executeScript(query) { | ||||
| } | ||||
|  | ||||
| async function wrap(func, query) { | ||||
|     if (!dbConnection) { | ||||
|         throw new Error("DB connection not initialized yet"); | ||||
|     } | ||||
|  | ||||
|     const thisError = new Error(); | ||||
|  | ||||
|     try { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user