Skip to content

Commit b9a70bd

Browse files
committed
refactor: do not reprint child process errors
1 parent c0501e3 commit b9a70bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/dev_server.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ export class DevServer {
133133
}
134134
})
135135
.catch((error) => {
136-
this.#logger.warning('unable to connect to underlying HTTP server process')
137-
this.#logger.fatal(error)
138136
this.#onError?.(error)
139137
this.#watcher?.close()
140138
this.#assetsServer?.stop()

0 commit comments

Comments
 (0)