Skip to content

Commit

Permalink
Update StackTracePlus.ext
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochet2 authored Nov 19, 2023
1 parent 851a35d commit a9bd6da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/StackTracePlus/StackTracePlus.ext
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ add_known_module("bit32", "bit32 module")
-- luajit
add_known_module("bit", "bit module")
add_known_module("jit", "jit module")
-- lua5.3
if _VERSION >= "Lua 5.3" then
add_known_module("utf8", "utf8 module")
end


local m_user_known_tables = {}
Expand Down

0 comments on commit a9bd6da

Please sign in to comment.