This commit is contained in:
Eugene Pankov
2021-07-24 10:25:29 +02:00
parent f20ba3e8bc
commit 1926eca929

View File

@@ -287,7 +287,7 @@ export class Session extends BaseSession {
} }
supportsWorkingDirectory (): boolean { supportsWorkingDirectory (): boolean {
return !!this.truePID ?? this.reportedCWD ?? this.guessedCWD return !!(this.truePID ?? this.reportedCWD ?? this.guessedCWD)
} }
async getWorkingDirectory (): Promise<string|null> { async getWorkingDirectory (): Promise<string|null> {