chore: stop normalizing the input path in error messages
This commit is contained in:
parent
76a97ea4fc
commit
a5382f45ff
1 changed files with 1 additions and 1 deletions
|
|
@ -600,7 +600,7 @@ int main(int argc, char ** argv) {
|
|||
display_help(std::cerr);
|
||||
return 1;
|
||||
}
|
||||
mod_fn = lrealpath(argv[optind++]);
|
||||
mod_fn = argv[optind++];
|
||||
contents = read_file(mod_fn);
|
||||
main_module_name = module_name_of_file(mod_fn, /* optional */ !olean_fn && !c_output);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue