build(deps): update latest

This commit is contained in:
2026-08-25 14:18:21 +08:00
parent 02296281f3
commit 3f0323366d
34 changed files with 2927 additions and 2909 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const args = util.parseArgs({
const host = args.values.host
const basePath = args.values.path
const port = Number.parseInt(args.values.port, 10)
const port = Math.trunc(Number(args.values.port))
if (Number.isNaN(port)) {
console.error("Error: Invalid port number.")
process.exit(1)