[bug] fix cache
This commit is contained in:
parent
bc33d5953a
commit
dcc2f96fa9
|
@ -27,7 +27,7 @@ export class CacheObject {
|
|||
|
||||
async invalidate() {
|
||||
if (fs.existsSync(this.path)) {
|
||||
fs.unlinkSync();
|
||||
fs.unlinkSync(this.path);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue