mirror of
https://github.com/lewis6991/gitsigns.nvim
synced 2025-02-15 19:56:52 +00:00
fix(blame): include error message in error
This commit is contained in:
parent
e4efe9b99b
commit
d03a1c9a10
@ -90,7 +90,11 @@ local function get_blame_virt_text(bufnr, blame_info)
|
||||
end
|
||||
|
||||
local nc_sfx = use_nc and '_nc' or ''
|
||||
error_once('Failed running config.current_line_blame_formatter%s, using default', nc_sfx)
|
||||
error_once(
|
||||
'Failed running config.current_line_blame_formatter%s, using default:\n %s',
|
||||
nc_sfx,
|
||||
res
|
||||
)
|
||||
--- @type string
|
||||
clb_formatter = schema.current_line_blame_formatter.default
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user