remove unused variables

This commit is contained in:
Kim, Jimin 2025-03-18 14:04:48 +09:00
parent fe82775586
commit 21cd1d51a8
Signed by: pomp
GPG key ID: D3932F82A0667A3B
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ async function main() {
try {
fs.rmSync(outPath, { recursive: true })
// eslint-disable-next-line no-empty
} catch (err) {}
} catch {}
/**
* Checking