We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517bb1a commit 601ad6eCopy full SHA for 601ad6e
debugger.lua
@@ -27,7 +27,7 @@ if #luaDebugs == 0 then
27
end
28
29
local function getVer(filename)
30
- local a, b, c = filename:match('(%d+)%.(%d+)%.(%d+)$')
+ local a, b, c = filename:match('actboy168%.lua%-debug%-(%d+)%.(%d+)%.(%d+)')
31
if not a then
32
return 0
33
0 commit comments