Pārlūkot izejas kodu

Fixes #2664 prev terminal input can break command

main
Eric Amodio pirms 1 gada
vecāks
revīzija
482c173708
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. +2
    -0
      src/env/node/git/git.ts

+ 2
- 0
src/env/node/git/git.ts Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt