mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-08 07:07:15 +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.