This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
wiki
/
weseek__growi
mirror of
https://github.com/weseek/growi
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
call process.exit(1) when bootstrap is failed
Yuki Takei
4 năm trước cách đây
mục cha
2edabcf0ca
commit
f52f39abdc
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
packages/slackbot-proxy/src/index.ts
+ 1
- 0
packages/slackbot-proxy/src/index.ts
Xem Tập Tin
@@ -22,6 +22,7 @@ async function bootstrap() {
}
catch (er) {
$log.error(er);
+ process.exit(1);
}
}