phil294 / GitLG

A free, interactive Git UI for VSCode
MIT License
156 stars 16 forks source link

Error when clicking on empty commits #73

Closed Amanoki closed 9 months ago

Amanoki commented 9 months ago

If an empty commit is clicked when the right panel is active, the following error will pop up:

git-log--graph: git log --graph extension encountered an unexpected error. Sorry! Error summary: Cannot read properties of undefined (reading 'split'). For details, see VSCode developer console. Please consider reporting this error.
phil294 commented 9 months ago

fixed with v0.1.14

phil294 commented 9 months ago

such exotic bug reports you have brought in! amazing :D

Amanoki commented 9 months ago

Thank you for the quick fix! I really love the configurability of this extension, good job!