We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Description:
When Deno is called from a directory that used to exist but doesn't anymore (i.e. deleted externally), it will panic.
Steps to Reproduce:
mkdir /tmp/testing && cd /tmp/testing
deno
deno repl
deno run https://deno.land/std/examples/welcome.ts
-in another terminal-
rm -rf /tmp/testing
-back to the original terminal-
Backtrace: backtrace.txt
The text was updated successfully, but these errors were encountered:
Closing as a duplicate of #14868.
Sorry, something went wrong.
No branches or pull requests
Description:
When Deno is called from a directory that used to exist but doesn't anymore (i.e. deleted externally), it will panic.
Steps to Reproduce:
mkdir /tmp/testing && cd /tmp/testing
deno
ordeno repl
ordeno run https://deno.land/std/examples/welcome.ts
-in another terminal-
rm -rf /tmp/testing
-back to the original terminal-
Backtrace: backtrace.txt
The text was updated successfully, but these errors were encountered: