This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
wiki
/
weseek__growi
espejo de
https://github.com/weseek/growi
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
call process.exit(1) when bootstrap is failed
Yuki Takei
hace 4 años
padre
2edabcf0ca
commit
f52f39abdc
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
packages/slackbot-proxy/src/index.ts
+ 1
- 0
packages/slackbot-proxy/src/index.ts
Ver fichero
@@ -22,6 +22,7 @@ async function bootstrap() {
}
catch (er) {
$log.error(er);
+ process.exit(1);
}
}