mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Merge pull request #36971 from keegancsmith/git-error-to-string
git: Include GitErrorData in GitError.toString
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user