mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Chore: minor infra changes
1
This commit is contained in:
@@ -402,8 +402,10 @@ export const createTrie = (from?: string[] | Set<string> | null, hostnameMode =
|
||||
},
|
||||
whitelist,
|
||||
|
||||
[inspect.custom]: (depth: number) => JSON.stringify(deepTrieNodeToJSON(root), null, 2).split('\n').map((line) => ' '.repeat(depth) + line).join('\n'),
|
||||
|
||||
[inspect.custom]: (depth: number) => fastStringArrayJoin(
|
||||
JSON.stringify(deepTrieNodeToJSON(root), null, 2).split('\n').map((line) => ' '.repeat(depth) + line),
|
||||
'\n'
|
||||
),
|
||||
hostnameMode,
|
||||
smolTree
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user