Make path separator replacement for subfiles as well
This commit is contained in:
parent
e606a43320
commit
958fbc5d66
1 changed files with 1 additions and 1 deletions
|
|
@ -2000,7 +2000,7 @@ actual:\n\
|
|||
.unwrap_or(&path)
|
||||
.to_str()
|
||||
.unwrap()
|
||||
.to_owned(),
|
||||
.replace('\\', "/"),
|
||||
self.get_lines(&path, None));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue