[fix]
Some checks failed
Run BaseX Tests / test (push) Failing after 24s

This commit is contained in:
Andy Bunce 2025-02-03 18:20:22 +00:00
parent f3e9adea12
commit 8c65859693
3 changed files with 2 additions and 3 deletions

View file

@ -71,7 +71,7 @@ declare function build:xar-add($map as map(*),$src as xs:string,$xar-dir as xs:s
as map(*){
let $_:=trace(count($map?name),"size ")
let $names:=if(file:is-dir($src))
then file:children($src)
then file:list($src)[not(starts-with(.,'.'))]!concat($src,.)
else $src
return map:merge((
$map,