dmmulroy / tsc.nvim

A Neovim plugin for seamless, asynchronous project-wide TypeScript type-checking using the TypeScript compiler (tsc)
MIT License
403 stars 21 forks source link

Avoid combining nil values while translating compiler messages #40

Closed marcusandre closed 8 months ago

marcusandre commented 8 months ago

This patch will handle the following error message by checking the body value before using it.

tsc.nvim/lua/tsc/better-messages.lua:101: attempt to concatenate field 'body' (a nil value)