Even more debugging

This commit is contained in:
Baud 2024-06-01 16:04:02 +01:00
parent 2c1fc09576
commit e406af4c49
1 changed files with 7 additions and 0 deletions

View File

@ -120,6 +120,13 @@ function handle_message(message: Partial<WebSocketMessage>) {
}, 1000) }, 1000)
} }
}) })
.catch((err) => {
console.log(JSON.stringify(err))
notifyClients({
event: "log",
message: JSON.stringify(err)
})
})
}, 1000) }, 1000)
}) })