浏览代码

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

正在加载...
取消
保存