Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwu committed Aug 7, 2024
1 parent dd23b85 commit 546636d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/ant.framework.demo/loader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ local function demo_require(name)
if m ~= nil then
return m
end
m = package.preload[name]
if m ~= nil then
return m
end

local path_name = name:gsub("%.", "/")

Expand Down

0 comments on commit 546636d

Please sign in to comment.