Skip to content

Commit a9b3187

Browse files
committed
chore: fix type issue
1 parent a0e21c1 commit a9b3187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ export function createError(
5858
return input;
5959
}
6060

61-
// @ts-ignore
6261
const err = new H3Error(
6362
input.message ?? input.statusMessage,
63+
// @ts-ignore
6464
input.cause ? { cause: input.cause } : undefined
6565
);
6666

0 commit comments

Comments
 (0)