mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
fix: missing semicolon
This commit is contained in:
@@ -566,7 +566,7 @@ export class TerminalProcessManager extends Disposable implements ITerminalProce
|
||||
}));
|
||||
this._register(toDisposable(() => {
|
||||
this.ptyProcessReady = undefined!;
|
||||
}))
|
||||
}));
|
||||
}
|
||||
|
||||
async getBackendOS(): Promise<OperatingSystem> {
|
||||
|
||||
Reference in New Issue
Block a user