Преглед на файлове

Includes stdout if stderr is empty

main
Eric Amodio преди 6 години
родител
ревизия
0e3eceec14
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/git/shell.ts

+ 1
- 1
src/git/shell.ts Целия файл

@ -148,7 +148,7 @@ export function run(
? `Command output exceeded the allocated stdout buffer. Set 'options.maxBuffer' to a larger value than ${
opts.maxBuffer
} bytes`
: stderr
: stderr || stdout
)
);

Зареждане…
Отказ
Запис