Async generator yielding an object results in [object Object]
output
#741
Labels
bug
Something isn't working
[object Object]
output
#741
What version of Elysia.JS is running?
"elysia": "^1.1.3"
What platform is your computer?
Darwin 23.5.0 arm64 arm
What steps can reproduce the bug?
What is the expected behavior?
Elysia should call JSON.stringify on every output of an async generator
What do you see instead?
Elysia encodes objects to
[object Object]
Additional information
No response
The text was updated successfully, but these errors were encountered: