bgrainger / GitBlame

"git blame" GUI for Windows
GNU General Public License v2.0
5 stars 3 forks source link

A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. #8

Closed bgrainger closed 9 years ago

bgrainger commented 10 years ago
   at System.Threading.Tasks.TaskExceptionHolder.Finalize()
Caused by: ApplicationException: Can't find msysgit installed on the system.
   at GitBlame.Models.GitWrapper.GetGitPath()
   at GitBlame.Models.GitWrapper.<>c__DisplayClass12.<GetBlameOutput>b__7()
   at System.Threading.Tasks.Task.Execute()
bgrainger commented 9 years ago

11 months old; assuming fixed.