Skip to content

Commit 601ad6e

Browse files
committed
update debugger
1 parent 517bb1a commit 601ad6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debugger.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if #luaDebugs == 0 then
2727
end
2828

2929
local function getVer(filename)
30-
local a, b, c = filename:match('(%d+)%.(%d+)%.(%d+)$')
30+
local a, b, c = filename:match('actboy168%.lua%-debug%-(%d+)%.(%d+)%.(%d+)')
3131
if not a then
3232
return 0
3333
end

0 commit comments

Comments
 (0)