-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thread 'main' panicked at 'called Result::unwrap()
on an Err
value: ExpectedString', core/error.rs:202:52
#14518
Closed
NetOpWibby opened this issue
May 6, 2022
· 2 comments
· Fixed by #14529 or javascript-indonesias/deno#273
Closed
thread 'main' panicked at 'called Result::unwrap()
on an Err
value: ExpectedString', core/error.rs:202:52
#14518
NetOpWibby opened this issue
May 6, 2022
· 2 comments
· Fixed by #14529 or javascript-indonesias/deno#273
Comments
CC @nayeemrmn it seems to be a problem with JS error deserialization, though I can't spot what's exactly wrong |
@AaronO Do you know when |
AaronO
added a commit
to AaronO/deno
that referenced
this issue
May 8, 2022
AaronO
added a commit
that referenced
this issue
May 8, 2022
piscisaureus
pushed a commit
that referenced
this issue
May 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Initial backtrace
Full backtrace
Repro
I'm using
abc
, trying to get a fallback working for 404 pages. Here is the code in question:I saw the code in this issue and obviously, it doesn't work (at least, not in the way I'm using it).
The text was updated successfully, but these errors were encountered: