v1.18.1
Schniz/fnmv1.18.1Dec 30, 2019by Schniz
AI Summary
Fixed a critical bug where Lwt 5 was used incorrectly, causing OCaml error messages to appear on non-zero exit status.
Key Highlights
- Fixed exit status error messages caused by Lwt 5
New Features
- Exit status bugfix
Full Release Notes
This version fixes an issue derived from using Lwt 5 in a wrong way, causing fnm to show OCaml error messages every time it tried to exit with a status other than 0 (or, in a failed state) #### Bugfix 🐛 - [#182](https://github.com/Schniz/fnm/pull/182) Closes [#181](https://github.com/Schniz/fnm/issues/181) by dropping `exit(1)` ([@Schniz](https://github.com/Schniz)) #### Committers: 1 - Gal Schlezinger ([@Schniz](https://github.com/Schniz))