Skip to content

Commit

Permalink
emmyHelper.lua: 支持不侵入插件代码情况下自定义queryVariable
Browse files Browse the repository at this point in the history
  • Loading branch information
skyweng authored and tangzx committed Dec 28, 2023
1 parent c0c927b commit 4ffb77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/debugger/emmy/emmyHelper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ end
local emmyHelper = rawget(_G, "emmyHelper")
if emmyHelper == nil then
rawset(_G, 'emmyHelper', emmy)
else
elseif emmy.queryVariable then
emmyHelper.queryVariable = emmy.queryVariable
end

Expand Down

0 comments on commit 4ffb77d

Please sign in to comment.