This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
wiki
/
weseek__growi
mirror da
https://github.com/weseek/growi
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
call process.exit(1) when bootstrap is failed
Yuki Takei
4 anni fa
parent
2edabcf0ca
commit
f52f39abdc
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
packages/slackbot-proxy/src/index.ts
+ 1
- 0
packages/slackbot-proxy/src/index.ts
Vedi File
@@ -22,6 +22,7 @@ async function bootstrap() {
}
catch (er) {
$log.error(er);
+ process.exit(1);
}
}