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.3 Replies
Can you open an issue? Looks like a bug
Sure thing