fix: make error handlers consistent with h3 #9611
ci.yml
on: pull_request
Matrix: tests-checks
Matrix: tests-rolldown
Matrix: tests-rollup
Annotations
2 errors
|
tests-checks (ubuntu-latest)
Process completed with exit code 2.
|
|
tests-checks (ubuntu-latest):
src/dev/app.ts#L37
Type '(error: HTTPError<unknown>, event: HTTPEvent<EventHandlerRequest>, opts?: { silent?: boolean | undefined; json?: boolean | undefined; } | undefined) => Promise<...>' is not assignable to type '(error: HTTPError<unknown>, event: HTTPEvent<EventHandlerRequest>, opts?: { silent?: boolean | undefined; json?: boolean | undefined; } | undefined) => MaybePromise<...>'.
|