We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec92e23 commit 0a1e4feCopy full SHA for 0a1e4fe
jscomp/runtime/caml_js_exceptions.res
@@ -23,7 +23,7 @@
23
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
24
25
exception Error = JsError
26
-type js_error = { cause : exn }
+type js_error = {cause: exn}
27
/**
28
This function has to be in this module Since
29
[Error] is defined here
0 commit comments