Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
陈峰
2018-01-19 10:35:34 +0800
Commit
e1a9ac8f50aeddddc1c243f98ad14390a7407145
1 parent
b9bc87a0
exit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
create-app.js
create-app.js
View file @
e1a9ac8
...
...
@@ -127,7 +127,7 @@ exports.createApp = async (app) => {
}
catch
(
err
)
{
if
(
err
.
code
===
9999
)
{
logger
.
error
(
err
);
process
.
abort
();
process
.
exit
(
1
);
//eslint-disable-line
}
logger
.
error
(
err
);
}
...
...
Please
register
or
login
to post a comment