-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Deno.env.set("", "") causes the runtime to panic #9558
Comments
I understand that this is intentional, per the docs for
...however, while an app is running, I don't think the runtime should suddenly crash. What if, for example, an app is reading environment variables from a file, and splits each line by This is amusing, because it's very similar to nodejs/node#32920, but I don't think it's the same root cause at all :) |
i'm really new at rust or deno, but i wanna ask, is this issue that is easy to solve, so i could try to take it? |
@miqbalrr please do |
owh okayyy |
Don't worry @miqbalrr. In young, popular projects like these, there's likely many opportunities to contribute. Hey, you could come contribute to @tldr-pages! |
Deno.env.set("", "")
causes the runtime to panic.A full backtrace produced by a source build (4f80587) version:
The text was updated successfully, but these errors were encountered: