Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid combining nil values while translating compiler messages (#40)
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)
- Loading branch information