[mod] update xqlint
This commit is contained in:
parent
b2f40425e3
commit
497f7bb526
4 changed files with 1134 additions and 725 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue