提交 178d0562 编写于 作者: J João Moreno 提交者: GitHub

Merge pull request #36971 from keegancsmith/git-error-to-string

git: Include GitErrorData in GitError.toString
......@@ -251,7 +251,7 @@ export class GitError {
gitCommand: this.gitCommand,
stdout: this.stdout,
stderr: this.stderr
}, [], 2);
}, null, 2);
if (this.error) {
result += (<any>this.error).stack;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册