-
Notifications
You must be signed in to change notification settings - Fork 494
Open
Description
I tried to throw new error inside my rest route to test api domain with:
throw new Error("Yikes");
Middleware defined in the start of the meadowlark.js kicks in and prints "DOMAIN ERROR CAUGHT" to log. Why is not apiOptions.domain handling the error? Is this because the other one is defined first or am I understanding something wrong?
Metadata
Metadata
Assignees
Labels
No labels