mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
修复scripts独立造成shell样式丢失
This commit is contained in:
@@ -64,9 +64,7 @@ export default ({ app }: { app: Application }) => {
|
||||
) => {
|
||||
res.status(err.status || 500);
|
||||
res.json({
|
||||
errors: {
|
||||
message: err.message,
|
||||
},
|
||||
message: err.message,
|
||||
});
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user