updates tree.ts
This commit is contained in:
@@ -211,12 +211,12 @@
|
|||||||
},
|
},
|
||||||
"tree.ts": {
|
"tree.ts": {
|
||||||
"script_name": "tree.ts",
|
"script_name": "tree.ts",
|
||||||
"script_length": 2191,
|
"script_length": 2183,
|
||||||
"script_sha256": "de953afc79f0e3c8419e16d9ed0efb00b04ae59688a8ee34c4013b0279b877ca",
|
"script_sha256": "72ce79ad59965f52fb071a11c66ca7096a45b120297b33bae719b6943cb4edb7",
|
||||||
"script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/tree.ts",
|
"script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/tree.ts",
|
||||||
"single_script_file": true,
|
"single_script_file": true,
|
||||||
"publish_time": 1769361581018,
|
"publish_time": 1769361581018,
|
||||||
"update_time": 1769361581018
|
"update_time": 1769443729987
|
||||||
},
|
},
|
||||||
"wget.ts": {
|
"wget.ts": {
|
||||||
"script_name": "wget.ts",
|
"script_name": "wget.ts",
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ async function listDir(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(term.red(`${tab} ERROR: ${e.message}`));
|
console.log(term.red(`${tab} ERROR: ${e}`));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -60,5 +60,5 @@ async function main(): Promise<void> {
|
|||||||
|
|
||||||
main().catch((e) => log.error(e));
|
main().catch((e) => log.error(e));
|
||||||
|
|
||||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260126T011930+08:00.MEUCIQDGcKujeENYovKiJ/LY
|
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260127T000838+08:00.MEYCIQC9pWilKstiV/1wrWau
|
||||||
// 0hWJTrmhrGRr4lAb7OP0M3K43gIgVa3LNCnH8EYss9/rGgbQlZVEBiPVKqRh6BsMfUDs5Tc=
|
// ZPzfyKUOS8b3DTQ975hRnpUT8wIhAJkP/yTNPfrS9XUEsTid5D/019Wyv4SmRol4UsHRfiHo
|
||||||
|
|||||||
Reference in New Issue
Block a user