vuki656 / package-info.nvim

✍️ All the npm/yarn/pnpm commands I don't want to type
GNU General Public License v3.0
480 stars 27 forks source link

fix: nil safety when get status #116

Closed louishuyng closed 2 years ago

louishuyng commented 2 years ago

I created this PR to fix nil safety when using get_status method

I got the issue when trying to call get_status for my provider function in feline

Here is the log error: attempt to index field 'loading' (a nil value)

Please help me to take a look

Screen Shot 2022-02-17 at 11 29 53

vuki656 commented 2 years ago

Thanks <3