提交 f27b46d5 编写于 作者: D Daniel Imms

Fix build

上级 e0972ea4
......@@ -440,7 +440,7 @@ export class TerminalInstance implements ITerminalInstance {
this._xterm.write('\n\x1b[G');
// Initialize new process
this._createProcess(this._contextService.getWorkspace(), shell.name, shell);
this._createProcess(this._contextService.getWorkspace(), shell);
this._process.on('message', (message) => this._sendPtyDataToXterm(message));
// Clean up waitOnExit state
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册