adiSuper94A
Denoβ€’2mo agoβ€’
4 replies
adiSuper94

Deno lint marks reachable code as unreachable ?

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?