mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 00:05:28 +01:00
16089481f0
We are passing `GitErrorData` to `JSON.stringify` to include in the string
generated by `GitError.toString`. However, we set `replacer` to `[]`, which
means `JSON.stringify` will _always_ serialize to `{ }`. After this change
GitError messages should be more understandable, and not just say `Failed to
execute git`.