jbdoderlein / BetterOCaml

A small but efficient, intuitive and responsive OCaml IDE right in your browser! Ships OCaml v5.1.1, interpreter by your browser (so it works offline!), compiled with js_of_ocaml.
https://perso.eleves.ens-rennes.fr/people/jean-baptiste.doderlein/betterocaml
Apache License 2.0
37 stars 8 forks source link

wrong error message #67

Closed ArtiskOnGit closed 2 years ago

ArtiskOnGit commented 2 years ago

Since last update, some errors (like type errors) writes exc during Lwt.async: "Assert_failure toplevel.ml:293:92" in the console instead of the usual error message.

Here is a screenshot of what I have tried : image

jbdoderlein commented 2 years ago

Fixed in f00c112