diff --git a/src/app.ts b/src/app.ts index be08163..23c1c19 100644 --- a/src/app.ts +++ b/src/app.ts @@ -90,6 +90,7 @@ if (config.env === EnvType.development) { } app.on("error", (err, ctx) => { + console.log(err); ctx.body = { error: err.message, data: false,