mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 02:38:46 +00:00
fix(debug): include main
in caller
This commit is contained in:
parent
c359164872
commit
33d31af150
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ function M.inspect(...)
|
|||
if
|
||||
info
|
||||
and info.source ~= caller.source
|
||||
and info.what == "Lua"
|
||||
and info.what ~= "C"
|
||||
and info.source ~= "lua"
|
||||
and info.source ~= "@" .. (vim.env.MYVIMRC or "")
|
||||
then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue