소스 검색

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);
}

불러오는 중...
취소
저장