[mod] update xqlint

This commit is contained in:
Andy Bunce 2023-02-09 11:45:55 +00:00
parent b2f40425e3
commit 497f7bb526
4 changed files with 1134 additions and 725 deletions

View file

@ -23,7 +23,7 @@ const replacerFunc = () => {
};
export function dump(obj :object) {
return JSON.stringify(obj,replacerFunc())
return JSON.stringify(obj,replacerFunc(),1)
}
export class channel {