Skip to content
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

Improve error handling for compile_project #199

Closed
austinabell opened this issue Sep 21, 2022 · 0 comments · Fixed by #204
Closed

Improve error handling for compile_project #199

austinabell opened this issue Sep 21, 2022 · 0 comments · Fixed by #204

Comments

@austinabell
Copy link
Contributor

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)

repro:

workspaces::compile_project("./some_non_existent").await.unwrap()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant