add basic instrumentation
This commit is contained in:
parent
3eafcdd85a
commit
32d65cfe91
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ app.onerror = function(err){
|
|||
*/
|
||||
|
||||
function respond(next){
|
||||
return function *(){
|
||||
return function *respond(){
|
||||
yield next;
|
||||
|
||||
var app = this.app;
|
||||
|
|
Loading…
Reference in a new issue