Skip to content

Commit d822fdd

Browse files
committed
refactor(#2826): notify error on view winid and bufnr mismatches
1 parent de3f486 commit d822fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/explorer/view.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ function View:winid(tabpage, callsite)
630630
end
631631
end
632632
else
633-
msg = string.format("%s no bufnr", msg)
633+
log.line("dev", "%s no bufnr", msg)
634634
end
635635
end
636636

0 commit comments

Comments
 (0)