mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 04:52:26 -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}`);
|
console.log(`Benchmarking ${name}`);
|
||||||
try {
|
try {
|
||||||
fs.unlinkSync(name);
|
fs.unlinkSync(name);
|
||||||
} catch (e) {
|
} catch {
|
||||||
// Ignore
|
// Ignore
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue