mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
lint
This commit is contained in:
parent
aac38fa190
commit
e2b99d71ad
1 changed files with 1 additions and 0 deletions
|
@ -286,6 +286,7 @@ export class Session extends BaseSession {
|
|||
cwd = null
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
|
||||
cwd = cwd || this.guessedCWD
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue