This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Includes stdout if stderr is empty
main
Eric Amodio
6 years ago
parent
c08f6ecc92
commit
0e3eceec14
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/git/shell.ts
+ 1
- 1
src/git/shell.ts
View File
@ -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
)
)
;
Write
Preview
Loading…
Cancel
Save