mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	sync fixes
This commit is contained in:
		| @@ -225,8 +225,10 @@ async function sync() { | ||||
|             }; | ||||
|         } | ||||
|  | ||||
|         let syncContext; | ||||
|  | ||||
|         try { | ||||
|             const syncContext = await login(); | ||||
|             syncContext = await login(); | ||||
|         } | ||||
|         catch (e) { | ||||
|             if (e.message.indexOf('ECONNREFUSED') !== -1) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user