mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
lint
This commit is contained in:
@@ -9,7 +9,7 @@ import { OSC1337Processor } from './api/osc1337Processing'
|
||||
*/
|
||||
export abstract class BaseSession {
|
||||
open: boolean
|
||||
truePID: number
|
||||
truePID?: number
|
||||
protected output = new Subject<string>()
|
||||
protected binaryOutput = new Subject<Buffer>()
|
||||
protected closed = new Subject<void>()
|
||||
|
Reference in New Issue
Block a user