mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
Update api.ts
This commit is contained in:
parent
5069070040
commit
467684d9ab
1 changed files with 4 additions and 0 deletions
|
@ -131,6 +131,10 @@ export class SerialSession extends BaseSession {
|
|||
this.kill('TERM')
|
||||
}
|
||||
|
||||
supportsWorkingDirectory (): boolean {
|
||||
return false
|
||||
}
|
||||
|
||||
async getWorkingDirectory (): Promise<string|null> {
|
||||
return null
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue