server cleaning

This commit is contained in:
Killian Marty 2023-12-08 19:17:40 +01:00
parent 1c9a2b9702
commit 41b830e179

View file

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