mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-05 03:08:13 +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
|
if
|
||||||
info
|
info
|
||||||
and info.source ~= caller.source
|
and info.source ~= caller.source
|
||||||
and info.what == "Lua"
|
and info.what ~= "C"
|
||||||
and info.source ~= "lua"
|
and info.source ~= "lua"
|
||||||
and info.source ~= "@" .. (vim.env.MYVIMRC or "")
|
and info.source ~= "@" .. (vim.env.MYVIMRC or "")
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue