koajs / examples

Example Koa apps
4.52k stars 744 forks source link

compose: undefined in logger #109

Open youlanstudio opened 7 years ago

youlanstudio commented 7 years ago

there is a "undefined" when I run the compose/app.js undefined / - 6 undefined / - 1 undefined /aaaa - 0

I think that the code 'this' will be modified to 'ctx' in the 'logger()' function.

maotora commented 6 years ago

Did you manage to solve this?