mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 18:15:41 +00:00
gateeway debug logs
This commit is contained in:
@@ -171,9 +171,12 @@ export class Server {
|
||||
await Config.init();
|
||||
await initEvent();
|
||||
// temporary fix
|
||||
console.log("[Gateway] Clearing voice states");
|
||||
await cleanupOnStartup();
|
||||
|
||||
console.log("[Gateway] dbg checking if server is listening");
|
||||
if (!this.server.listening) {
|
||||
console.log("gonna start listening on", this.port);
|
||||
this.server.listen(this.port);
|
||||
console.log(`[Gateway] online on 0.0.0.0:${this.port}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user