We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8277cde commit b45b21cCopy full SHA for b45b21c
README.md
@@ -75,7 +75,7 @@ app.use(errorHandler({ debug: true }))
75
### Error Handler Options
76
77
- `debug` {Boolean} - (optional) returns debug output (stack trace, request data)
78
-- `onError` {Function} - (optional) intercept error before sending to client
+- `transform` {Function} - (optional) intercept error before sending to client
79
80
81
```js
0 commit comments