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
When passing an invalid path to the crate, there is simply the error:
Error: No such file or directory (os error 2)
Where it would speed up development a lot if it also included the file path it was trying to hit (devs might not know it's trying to search from the crate directory)
When passing an invalid path to the crate, there is simply the error:
Where it would speed up development a lot if it also included the file path it was trying to hit (devs might not know it's trying to search from the crate directory)
repro:
The text was updated successfully, but these errors were encountered: