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 9d7f9c2 commit 9d641b5Copy full SHA for 9d641b5
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