fix directory concatination
This commit is contained in:
parent
85a0755af7
commit
381f473a15
2 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ function M.clean()
|
|||
while handle do
|
||||
local name = h.uv.fs_scandir_next(handle)
|
||||
if name then
|
||||
queue[name] = packager.get_base_dir()..name
|
||||
queue[name] = packager.get_base_dir().."/"..name
|
||||
else
|
||||
break
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue