mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Revert whitespace change
This commit is contained in:
@@ -786,9 +786,7 @@ export class ExtHostVirtualProcess implements ITerminalChildProcess {
|
||||
this._queueDisposables = undefined;
|
||||
|
||||
// Attach the real listeners
|
||||
this._virtualProcess.onDidWrite(e => {
|
||||
this._onProcessData.fire(e);
|
||||
});
|
||||
this._virtualProcess.onDidWrite(e => this._onProcessData.fire(e));
|
||||
if (this._virtualProcess.onDidExit) {
|
||||
this._virtualProcess.onDidExit(e => this._onProcessExit.fire(e));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user