mirror of
https://github.com/denoland/deno.git
synced 2025-01-20 20:42:19 -05:00
lint ks
This commit is contained in:
parent
9e7306ac7f
commit
9e37da438c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ for (const name of [":memory:", "test.db"]) {
|
|||
console.log(`Benchmarking ${name}`);
|
||||
try {
|
||||
fs.unlinkSync(name);
|
||||
} catch (e) {
|
||||
} catch {
|
||||
// Ignore
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue