Compare commits
	
		
			1 Commits
		
	
	
		
			98c8a2ad86
			...
			f1024941ed
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| f1024941ed | 
| @@ -119,7 +119,8 @@ export class LoginNodeCache implements Cache { | ||||
|       const jsonData = JSON.parse(data); | ||||
|       return jsonData; | ||||
|     } catch (error) { | ||||
|       console.log('loadCache error', error); | ||||
|       // console.log('loadCache error', error); | ||||
|       console.log('create new cache file:', filePath); | ||||
|       const defaultData = { loginUsers: [] }; | ||||
|       writeConfigFile(filePath, defaultData); | ||||
|       return defaultData; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user