We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7309673 commit a79fb93Copy full SHA for a79fb93
compiler/bin-js_of_ocaml/compile.ml
@@ -181,7 +181,7 @@ let run
181
| None -> None
182
| Some file ->
183
if not (Sys.file_exists file)
184
- then failwith (Printf.sprintf "export file %S does not exists" file);
+ then failwith (Printf.sprintf "export file %S does not exist" file);
185
let ic = open_in file in
186
let t = Hashtbl.create 17 in
187
(try
0 commit comments