Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
windows: don't return, exit via exit(0) instead
This fixes a bug where output would not actually be written to stdout before exiting the process, leading to a flaky Windows CI. Exiting using `exit(0)` appears to fix this. For some background, see: #4589
- Loading branch information