You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: TS2416 [ERROR]: Property 'name' in type 'PartialReadError' is not assignable to the same property in base type 'UnexpectedEof'.
Type 'string' is not assignable to type '"UnexpectedEof"'.
name = "PartialReadError";
~~~~
at https://deno.land/[email protected]/io/bufio.ts:26:3
The text was updated successfully, but these errors were encountered:
Output of
deno test
:The text was updated successfully, but these errors were encountered: