1
0
Fork 0

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

This commit is contained in:
Andy Bunce 2025-01-31 23:01:13 +00:00
parent 5a99d9ae76
commit 4eec75b71d
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
30/1/2025...............
30/1/2025................

View file

@ -67,7 +67,7 @@ return build:write-binary($dest, fetch:binary(resolve-uri($f,$build:REPO)=>trace
};
declare function build:write-binary($dest as xs:string,$contents)
as empty-sequence{
as empty-sequence(){
file:create-dir(file:parent($dest)),
file:write-binary($dest,$contents)
};