Skip to content

Commit 0c55fe1

Browse files
committed
add semi
1 parent 123e8ff commit 0c55fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ app.use(async (ctx, next) => {
7777
ctx.throw(err);
7878
ctx.body = {
7979
error: 'Internal Server Error',
80-
}
80+
};
8181
ctx.app.emit('error', err, ctx);
8282
}
8383
});

0 commit comments

Comments
 (0)