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
Version: Deno 2.1.3 Platform: windows x86_64
Deno gives a ✅ Granted read access to "\". if u try to read a none existing local file if your fetch-link starts with "file://"
Deno will panic afterwards I don't want to see that cute dino panicing ;-;
probably just an uncaught error or something
The text was updated successfully, but these errors were encountered:
============================================================
Deno has panicked. This is a bug in Deno. Please report this
at https://github.com/denoland/deno/issues/new.
If you can reliably reproduce this panic, include the
reproduction steps and re-run with the RUST_BACKTRACE=1 env
var set and include the backtrace in your report.
Platform: windows x86_64
Version: 2.1.3
Args: ["C:\Users\en\.deno\bin\deno.exe", "run", ".\main.ts"]
thread 'main' panicked at C:\a\deno\deno\ext\fetch\lib.rs:439:55:
called Result::unwrap() on an Err value: ()
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
was the msg i got
const data = await fetch("file://a")
was the code i tried
Version: Deno 2.1.3 Platform: windows x86_64
Deno gives a ✅ Granted read access to "\". if u try to read a none existing local file if your fetch-link starts with "file://"
Deno will panic afterwards I don't want to see that cute dino panicing ;-;
probably just an uncaught error or something
The text was updated successfully, but these errors were encountered: