parent
fe620e140b
commit
b0292fd851
1 changed files with 1 additions and 1 deletions
|
@ -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){
|
||||||
|
|
Loading…
Reference in a new issue