mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	always use template strings instead of string concatenation
This commit is contained in:
		@@ -9,7 +9,7 @@ sqlInit.dbReady.then(async () => {
 | 
			
		||||
        const resp = await backupService.anonymize();
 | 
			
		||||
 | 
			
		||||
        if (resp.success) {
 | 
			
		||||
            console.log("Anonymized file has been saved to: " + resp.anonymizedFilePath);
 | 
			
		||||
            console.log(`Anonymized file has been saved to: ${resp.anonymizedFilePath}`);
 | 
			
		||||
 | 
			
		||||
            process.exit(0);
 | 
			
		||||
        } else {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user