Преглед изворни кода

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

Loading…
Откажи
Сачувај