Skip to content

Commit

Permalink
fix apis
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Apr 24, 2024
1 parent c1037f5 commit b6d0f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake/plugins/show/lists/apis.lua
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function import_module_apis()
local moduledirs = module.directories()
for _, moduledir in ipairs(moduledirs) do
moduledir = path.absolute(moduledir)
local modulefiles = os.files(path.join(moduledir, "**.lua|private/**.lua|core/tools/**.lua|detect/tools/**.lua"))
local modulefiles = os.files(path.join(moduledir, "**.lua|xmake.lua|private/**.lua|core/tools/**.lua|detect/tools/**.lua"))
if modulefiles then
for _, modulefile in ipairs(modulefiles) do
local modulename = path.relative(modulefile, moduledir)
Expand Down

0 comments on commit b6d0f62

Please sign in to comment.