Fix build

This commit is contained in:
Daniel Imms
2017-07-07 15:11:27 -07:00
parent 3155c3767e
commit ab014af5f3

View File

@@ -25,7 +25,7 @@ class TestTerminalInstance extends TerminalInstance {
return super._getCwd(shell, root);
}
protected _createProcess(root: Uri, shell: IShellLaunchConfig): void { }
protected _createProcess(shell: IShellLaunchConfig): void { }
protected _createXterm(): void { }
}