fix build

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow
2023-08-01 09:56:46 +08:00
parent 5555cf8fbe
commit e978d1d0fd
3 changed files with 6 additions and 6 deletions

View File

@@ -412,7 +412,7 @@ impl<T: InvokeUiSession> Session<T> {
pub fn get_path_sep(&self, is_remote: bool) -> &'static str {
let p = self.get_platform(is_remote);
if &p == crate::platform::PLATFORM_WINDOWS {
if &p == crate::PLATFORM_WINDOWS {
return "\\";
} else {
return "/";