-
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What version of Elysia is running?
1.3.2
What platform is your computer?
Darwin 24.5.0 arm64 arm
What steps can reproduce the bug?
- create any middleware that returns an error code using the status function.
- use it before any handler.
- Init Eden Treaty.
- switch case on the error returned, and verify if the error code from step 1 - is there.
What is the expected behavior?
Infer errors status codes returned in middleware and similar functions.
What do you see instead?
Only status codes inferred from the handler itself.
Additional information
No response
Have you try removing the node_modules
and bun.lockb
and try again yet?
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working