Consolidate service init

This commit is contained in:
Daniel Imms
2019-06-08 21:46:13 -07:00
parent 5aeb70bea4
commit 73a08f7850
+1 -1
View File
@@ -235,9 +235,9 @@ export class Terminal extends Disposable implements ITerminal, IDisposable, IInp
// Setup and initialize common services
this.optionsService = new OptionsService(options);
this._bufferService = new BufferService(this.optionsService);
this._setupOptionsListeners();
this._setup();
this._bufferService = new BufferService(this.optionsService);
}
public dispose(): void {