remove unused variables
This commit is contained in:
parent
fe82775586
commit
21cd1d51a8
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ async function main() {
|
|||
try {
|
||||
fs.rmSync(outPath, { recursive: true })
|
||||
// eslint-disable-next-line no-empty
|
||||
} catch (err) {}
|
||||
} catch {}
|
||||
|
||||
/**
|
||||
* Checking
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue