We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 539785c commit cf42445Copy full SHA for cf42445
xmake/plugins/show/lists/apis.lua
@@ -282,7 +282,7 @@ function script_extension_module_apis()
282
if path.filename(modulename) == "main.lua" then
283
modulename = path.directory(modulename)
284
end
285
- modulename = modulename:gsub("/", "."):gsub("%.lua", "")
+ modulename = modulename:gsub("[\\/]", "."):gsub("%.lua", "")
286
local instance = import(modulename, {try = true, anonymous = true})
287
if instance then
288
if _is_callable(instance) then
0 commit comments