fix:clear console
This commit is contained in:
parent
98c8a2ad86
commit
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user