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 d5339a2 commit 85bcbd9Copy full SHA for 85bcbd9
jscomp/depends/bs_exception.ml
@@ -58,7 +58,7 @@ let report_error ppf = function
58
Format.pp_print_string)
59
str
60
| Bs_duplicate_exports str ->
61
- Format.fprintf ppf "%s are exported as twice" str
+ Format.fprintf ppf "%s is exported twice" str
62
| Bs_duplicated_module (a, b) ->
63
Format.fprintf ppf
64
"The build system does not support two files with same names yet %s, %s"
0 commit comments