coming soon
This commit is contained in:
parent
93a9ce9c8c
commit
fb657c5bb1
|
|
@ -18,6 +18,10 @@ export function handleSessionUpdate(msg: Message) {
|
|||
}
|
||||
|
||||
if (data.cwd) {
|
||||
projectCwd.textContent = data.cwd
|
||||
projectCwd.textContent = displayProjectPath(data.cwd)
|
||||
}
|
||||
}
|
||||
|
||||
function displayProjectPath(path: string): string {
|
||||
return path
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user