mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 08:23:01 +08:00
fix ci
This commit is contained in:
parent
92f570831d
commit
bea65f8739
@ -88,7 +88,7 @@ pub fn get_display_server_of_session(session: &str) -> String {
|
||||
String::from_utf8_lossy(&output.stdout)
|
||||
.replace("Type=", "")
|
||||
.trim_end()
|
||||
.into();
|
||||
.into()
|
||||
} else {
|
||||
"".to_owned()
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user