mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-22 13:21:07 -05:00
Misc refactor cline
This commit is contained in:
@@ -94,7 +94,7 @@ export function getReadablePath(cwd: string, relPath?: string): string {
|
||||
if (absolutePath.includes(cwd)) {
|
||||
return normalizedRelPath.toPosix()
|
||||
} else {
|
||||
// we are outside the cwd, so show the absolute path (useful for when claude passes in '../../' for example)
|
||||
// we are outside the cwd, so show the absolute path (useful for when cline passes in '../../' for example)
|
||||
return absolutePath.toPosix()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user