denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

Links in Deno stack trace shows 404 #2300

Closed kidonng closed 2 years ago

kidonng commented 2 years ago

An example stack trace:

[uncaught application error]: UnexpectedEof - early eof
    at async accept (https://deno.land/x/oak@v10.6.0/http_server_native.ts:93:38)

Opening https://deno.land/x/oak@v10.6.0/http_server_native.ts:93:38 shows 404, I have to manually removing the extra https://deno.land/ at the beginning of URL.