mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-11 16:39:47 +00:00
This commit fixes a bug that lead to an error because we tried to
concatenate a table (`err`) to a string. Now we concatenate
`err.message` (a string) to the string.
(cherry picked from commit 2e05e63cdf)