blob: 8024b51d199555874971f3e647a56d90ececd0ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
error[no-empty]: Empty block statement
--> [WILDCARD]file2.ts:3:14
|
3 | } catch (_e) {}
| ^^
= hint: Add code or comment to the empty block
docs: https://lint.deno.land/rules/no-empty
Found 1 problem
Checked 1 file
|