瀏覽代碼

Fixes #2664 prev terminal input can break command

main
Eric Amodio 1 年之前
父節點
當前提交
482c173708
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      src/env/node/git/git.ts

+ 2
- 0
src/env/node/git/git.ts 查看文件

@ -2073,6 +2073,8 @@ export class Git {
const terminal = ensureGitTerminal();
terminal.show(false);
// Sends ansi codes to remove any text on the current input line
terminal.sendText('\x1b[2K\x1b', false);
terminal.sendText(text, options?.execute ?? false);
}

Loading…
取消
儲存