This website works better with JavaScript
Home
Explore
Help
Sign In
wiki
/
weseek__growi
mirror of
https://github.com/weseek/growi
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
call process.exit(1) when bootstrap is failed
Yuki Takei
4 years ago
parent
2edabcf0ca
commit
f52f39abdc
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
packages/slackbot-proxy/src/index.ts
+ 1
- 0
packages/slackbot-proxy/src/index.ts
View File
@@ -22,6 +22,7 @@ async function bootstrap() {
}
catch (er) {
$log.error(er);
+ process.exit(1);
}
}