mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
lint
This commit is contained in:
parent
f20ba3e8bc
commit
1926eca929
1 changed files with 1 additions and 1 deletions
|
@ -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<string|null> {
|
||||
|
|
Loading…
Reference in a new issue