Better error messages when file does not exist
Open
- Dominant language
- Haskell
- Stars
- 91
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
Currently, we get cryptic error messages like:
```
createProcess: runInteractiveProcess: exec: does not exist (No such file or directory)
```
Which tells us nothing about what it is that we were trying to run that does not exist. It would be very helpful for debugging if the path that does not exist was included in the error message.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.