mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	small changes for better debugging infos
This commit is contained in:
		| @@ -91,7 +91,7 @@ export default class Component { | ||||
|             console.log(`Call to ${fun.name} in ${this.componentId} took ${took}ms`); | ||||
|         } | ||||
|  | ||||
|         await promise; | ||||
|         await utils.timeLimit(promise, 25000, `Time limit failed on ${this.constructor.name} with ${fun.name}`); | ||||
|  | ||||
|         return true; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user