This commit is contained in:
Killian Marty 2023-12-11 15:17:37 +01:00
parent 506cc28899
commit 8555a4cb38

View file

@ -168,7 +168,7 @@ wss.on('connection', (socket, req) => {
break; break;
} }
}catch(e){ }catch(e){
console.log('error'); console.log(e);
} }
}); });