i5ting / koa-generator

Koa' application generator for 1.x and 2.x( Express-style and support all middlewares include async/await )
https://github.com/17koa/koa-generator
MIT License
974 stars 110 forks source link

`log` is not defined. #17

Closed carlisliu closed 8 years ago

carlisliu commented 8 years ago

template file: koa-generator/templates1/js/app.js

app.on('error', function(err, ctx){ log.error('server error', err, ctx); }); log here is not defined.