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 db49982 commit aec8e39Copy full SHA for aec8e39
jscomp/super_errors/super_location.ml
@@ -30,9 +30,6 @@ let print_loc ~normalizedRange ppf (loc : Location.t) =
30
;;
31
32
let print ~message_kind intro ppf (loc : Location.t) =
33
- if loc.loc_start.pos_fname = "//toplevel//"
34
- && Location.highlight_locations ppf [loc] then ()
35
- else
36
begin match message_kind with
37
| `warning -> fprintf ppf "@[@{<info>%s@}@]@," intro
38
| `warning_as_error -> fprintf ppf "@[@{<error>%s@} (configured as error) @]@," intro
0 commit comments