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
I think No such file or directory (os error 2) is actually the better error message here. The deno run error message suggests we're doing unnecessary processing. The process should try to open the file, and simply error out if it's not there. Certainly it shouldn't be booting up V8.
My only argument is that it should be normalized across OSes and should include the full path that was attempted to be resolved. Sometimes with complex relative URLs, it might hard to determine what is what.
On a mac:
Versus:
The
deno run
is far more informative and consistent across OSes.The text was updated successfully, but these errors were encountered: