mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-10 19:58:00 +01:00
change unknown to question mark
This commit is contained in:
parent
759a0b52c7
commit
c3d07223f7
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user