Skip to content

Commit a7ac845

Browse files
committed
refactor(api): add debugger alias
1 parent 4152264 commit a7ac845

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

api/loom_debugger.d.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---@meta _
2+
3+
dofile("../src/modules/loom_debugger/debugger.lua")

src/modules/loom_debugger/debugger.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,4 +788,5 @@ elseif _VERSION < "Lua 5.1" or _VERSION > "Lua 5.4" then
788788
dbg_writeln("Please send me feedback!")
789789
end
790790

791+
loom.debugger = dbg
791792
return dbg

0 commit comments

Comments
 (0)