mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
os: realpath => real_path
This commit is contained in:
parent
5f32663714
commit
2f27758a4b
30 changed files with 71 additions and 71 deletions
|
@ -162,7 +162,7 @@ fn (s &Scanner) get_error_filepath() string {
|
|||
}
|
||||
return s.file_path
|
||||
}
|
||||
return os.realpath(s.file_path)
|
||||
return os.real_path(s.file_path)
|
||||
}
|
||||
|
||||
fn (s &Scanner) is_color_output_on() bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue