Skip to content

Commit

Permalink
Print object in error
Browse files Browse the repository at this point in the history
  • Loading branch information
tris203 committed Jan 12, 2024
1 parent 7bb4ff9 commit db012d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/hawtkeys/ts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ local function find_maps_in_file(filePath)
"Error parsing which-key table",
vim.log.levels.ERROR
)
vim.notify(strObj, vim.log.levels.ERROR)
break
end
local wkMapping = which_key.parse(unpack(tableObj))
Expand Down

0 comments on commit db012d3

Please sign in to comment.