You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems that Lwt 5 throws a weird error when using `exit(1)` inside a
promise. So instead of exiting in the command, making all executable
modules a function that returns a `result((), status_code)` is a better fit.
I'll open an issue to the Lwt repo to figure it out, anyway.
You should be able to undo the workaround now if you pin Lwt to master, or in a week after the 5.1.1 release, which includes the fix in Lwt (ocsigen/lwt#758 (comment)). I suggest trying to pin Lwt to master in any case, as it will help to be sure that the bug is really fixed.
After the 1.18.0 update I noticed that calling
fnm use
in a directory that has no .nvmrc or .node-version in it results in a following error:The text was updated successfully, but these errors were encountered: