mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 19:19:03 +01:00 
			
		
		
		
	chore: fix formatting
This commit is contained in:
		
							parent
							
								
									903988fec5
								
							
						
					
					
						commit
						bcbf4f4090
					
				| @ -10,7 +10,7 @@ import { t } from "i18next"; | |||||||
| const { LOG_DIR } = dataDir; | const { LOG_DIR } = dataDir; | ||||||
| 
 | 
 | ||||||
| async function getBackendLog() { | async function getBackendLog() { | ||||||
|     const fileName = `trilium-${dateUtils.localNowDate()}.log` |     const fileName = `trilium-${dateUtils.localNowDate()}.log`; | ||||||
|     try { |     try { | ||||||
|         const file = join(LOG_DIR, fileName); |         const file = join(LOG_DIR, fileName); | ||||||
|         return await readFile(file, "utf8"); |         return await readFile(file, "utf8"); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Panagiotis Papadopoulos
						Panagiotis Papadopoulos