fix: resolve oxlint warnings — suppress false positives, remove unused imports (#22687)
This commit is contained in:
@@ -53,6 +53,6 @@ if (version !== CACHE_VERSION) {
|
||||
}),
|
||||
),
|
||||
)
|
||||
} catch (e) {}
|
||||
} catch {}
|
||||
await Filesystem.write(path.join(Global.Path.cache, "version"), CACHE_VERSION)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user