From 0030680971c8c6f7e57d02d1c4a4b8561afa1568 Mon Sep 17 00:00:00 2001 From: Meadowsys Date: Fri, 31 Mar 2023 16:52:27 -0700 Subject: [PATCH] no this is done lol --- src/i18n-helpers.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/i18n-helpers.js b/src/i18n-helpers.js index aea84d44c8..ab56bc65b7 100644 --- a/src/i18n-helpers.js +++ b/src/i18n-helpers.js @@ -88,7 +88,6 @@ class I18nCacheHelper { let cachefile = path.join(cachedir, "strings.json"); fs.writeFileSync(cachefile, JSON.stringify(this.cachedASTs)); - // TODO finish this } loadCaches() {