Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/adapter/web-standard/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export const WebStandardAdapter: ElysiaAdapter = {
listen() {
return () => {
throw new Error(
'WebStandard does not support listen, you might want to export default Elysia.fetch instead'
'WebStandard does not support listen, you might want to export default Elysia.fetch instead\nIf you want to use listen in node, you can install @elysiajs/node'
)
}
}
Expand Down