(filePath: string, cwd?: string)
| 91 | } |
| 92 | |
| 93 | static expandHome(filePath: string, cwd?: string): string { |
| 94 | return expandSessionPath(filePath, cwd); |
| 95 | } |
| 96 | } |
| 97 | |
| 98 | /** Path to session-scoped platform subprocess output, such as Apple runner xcodebuild logs. */ |
no test coverage detected