This commit is contained in:
jusax23 2022-08-26 22:19:58 +02:00
parent efc9ec9e29
commit 5a60d781ef

View file

@ -44,6 +44,9 @@ export const shutdown = function(){
a.then(()=>{ a.then(()=>{
running--; running--;
mayShutdown(); mayShutdown();
}).catch(()=>{
running--;
mayShutdown();
}); });
}else{ }else{
running--; running--;