Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 5cc15c2

Browse files
author
Haz Æ 41
authored
Update dev.ts
1 parent 2a96a75 commit 5cc15c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/dev.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Options:
1919
export default async function (appDir: string, options: Record<string, string | boolean>) {
2020
const host = String(options.hn || options.host || 'localhost')
2121
const port = parseInt(String(options.p || options.port || '8080'))
22-
2322
if (isNaN(port) || port <= 0 || !Number.isInteger(port)) {
2423
log.error(`invalid port '${options.port || options.p}'`)
2524
Deno.exit(1)

0 commit comments

Comments
 (0)