node-webot / co-wechat

Wechat for Koa
427 stars 91 forks source link

add error message out support #46

Closed lymanlai closed 5 years ago

lymanlai commented 5 years ago
 var body = ''
        try {
          body = await handle(formatted, ctx)
        } catch (e) {
          body = e.message
        }
JacksonTian commented 5 years ago