There was an error while loading. Please reload this page.
1 parent 4ff3edc commit 270ab07Copy full SHA for 270ab07
parsing/location.ml
@@ -239,6 +239,7 @@ let absolute_path s = (* This function could go into Filename *)
239
aux s
240
241
let show_filename file =
242
+ let file = if file = "_none_" then !input_name else file in
243
if !absname then absolute_path file else file
244
245
let print_filename ppf file =
0 commit comments