`waitForProcess` throws a `NoSuchThing` exception if the process completes too quickly.
Open
- Dominant language
- Haskell
- Stars
- 91
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
I have observed that if you call `waitForProcess` and the process has already completed, an exception is raised. This can be rather surprising since if you launch a process and it doesn't take a lot of time you can be unable to check whether or not it completed successfully by looking at the exit code.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.