fixes #735
This commit is contained in:
Sheryl Hohman 2016-06-06 20:14:21 -07:00 committed by jongleberry
parent fe620e140b
commit b0292fd851

View file

@ -179,7 +179,7 @@ app.on('error', function(err){
}); });
``` ```
If an error in the req/res cycle and it is _not_ possible to respond to the client, the `Context` instance is also passed: If an error is in the req/res cycle and it is _not_ possible to respond to the client, the `Context` instance is also passed:
```js ```js
app.on('error', function(err, ctx){ app.on('error', function(err, ctx){