Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
2016-08-22 09:59:54 +0800
Commit
20c2b60eb0e2544bef669dc8e6aba81d4c042fb6
1 parent
0e0ab4d3
去除默认错误处理
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doraemon/middleware/error-handler.js
doraemon/middleware/error-handler.js
View file @
20c2b60
...
...
@@ -59,6 +59,6 @@ exports.serverError = () => {
isErr
:
true
});
}
next
(
err
);
next
();
};
};
...
...
Please
register
or
login
to post a comment