This commit is contained in:
parent
5a99d9ae76
commit
4eec75b71d
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
30/1/2025...............
|
30/1/2025................
|
|
@ -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)
|
declare function build:write-binary($dest as xs:string,$contents)
|
||||||
as empty-sequence{
|
as empty-sequence(){
|
||||||
file:create-dir(file:parent($dest)),
|
file:create-dir(file:parent($dest)),
|
||||||
file:write-binary($dest,$contents)
|
file:write-binary($dest,$contents)
|
||||||
};
|
};
|
Loading…
Add table
Reference in a new issue