diff --git a/tabby-local/src/session.ts b/tabby-local/src/session.ts index 32cc9ce1..42f459d7 100644 --- a/tabby-local/src/session.ts +++ b/tabby-local/src/session.ts @@ -287,7 +287,7 @@ export class Session extends BaseSession { } supportsWorkingDirectory (): boolean { - return !!this.truePID ?? this.reportedCWD ?? this.guessedCWD + return !!(this.truePID ?? this.reportedCWD ?? this.guessedCWD) } async getWorkingDirectory (): Promise {