mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
change unknown to question mark
This commit is contained in:
+1
-1
@@ -117,7 +117,7 @@ function getCwdStr(remote : RemoteType, state : FeStateType) : string {
|
||||
if ((state == null || state.cwd == null) && remote != null) {
|
||||
return "~";
|
||||
}
|
||||
let cwd = "(unknown)";
|
||||
let cwd = "?";
|
||||
if (state && state.cwd) {
|
||||
cwd = state.cwd;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user