adiSuper94A
Deno4mo ago
4 replies
adiSuper94

Deno lint marks reachable code as unreachable ?

⚙️Deno CLI✍️VS Code / LSP
deno lint marks a line as unreachable, which is reachable.

throw new Error("Exceeded maximum retry attempts");
in function
test()
this line is marked as unreachable.
Was this page helpful?