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-10-17 16:55:50 +0800
Commit
d6311a283e61c599294d428803114fd1ca60c162
1 parent
6e0f5e0c
修改错误处理
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 @
d6311a2
@@ -59,6 +59,6 @@ exports.serverError = () => {
@@ -59,6 +59,6 @@ exports.serverError = () => {
59
isErr
:
true
59
isErr
:
true
60
});
60
});
61
}
61
}
62
-
next
();
62
+
next
(
err
);
63
};
63
};
64
};
64
};
Please
register
or
login
to post a comment