Fix log typo

This commit is contained in:
nymkappa
2023-03-03 17:52:16 +09:00
parent ff7c85180d
commit 62ef1d4439

View File

@@ -62,7 +62,7 @@ class DiskCache {
}
wipeCache() {
logger.notice(`Wipping nodejs backend cache/cache*.json files`);
logger.notice(`Wiping nodejs backend cache/cache*.json files`);
try {
fs.unlinkSync(DiskCache.FILE_NAME);
} catch (e: any) {