This commit is contained in:
Chris Hennick 2023-05-14 18:36:31 -07:00
parent 8680df6f1f
commit 51ce58751e
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74

View file

@ -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()
}
}
}