arkav / lualine-lsp-progress

LSP Progress lualine componenet
MIT License
227 stars 18 forks source link

Bug Fix - Stop null Reference Exception in rare occurances #4

Closed garrickwelsh closed 3 years ago

garrickwelsh commented 3 years ago

A race condition can be triggered in some instances that may cause a null reference in some circumstances.

Guard clause to stop prevent this error.