mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-06 11:29:53 +00:00
Update api.ts
This commit is contained in:
parent
5069070040
commit
467684d9ab
@ -131,6 +131,10 @@ export class SerialSession extends BaseSession {
|
|||||||
this.kill('TERM')
|
this.kill('TERM')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
supportsWorkingDirectory (): boolean {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
async getWorkingDirectory (): Promise<string|null> {
|
async getWorkingDirectory (): Promise<string|null> {
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user