mirror of
https://github.com/denoland/deno.git
synced 2024-12-18 13:22:55 -05:00
12 lines
242 B
Text
12 lines
242 B
Text
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
|