add basic instrumentation

This commit is contained in:
TJ Holowaychuk 2013-08-28 21:10:25 -07:00
parent 3eafcdd85a
commit 32d65cfe91
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ app.onerror = function(err){
*/
function respond(next){
return function *(){
return function *respond(){
yield next;
var app = this.app;