We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123e8ff commit 0c55fe1Copy full SHA for 0c55fe1
src/app.js
@@ -77,7 +77,7 @@ app.use(async (ctx, next) => {
77
ctx.throw(err);
78
ctx.body = {
79
error: 'Internal Server Error',
80
- }
+ };
81
ctx.app.emit('error', err, ctx);
82
}
83
});
0 commit comments