mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-24 11:02:47 +03:00
lint
This commit is contained in:
parent
f20ba3e8bc
commit
1926eca929
@ -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 New Issue
Block a user