Bug fix
This commit is contained in:
parent
8680df6f1f
commit
51ce58751e
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ impl FileOperation {
|
|||
if !self.name.ends_with('\\') && !self.name.ends_with('/') {
|
||||
return self.name.to_owned() + "/";
|
||||
}
|
||||
} else {
|
||||
self.name.to_owned()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue