Add debug
Some checks failed
Setup testing environment and test the code / build (push) Failing after 58s

This commit is contained in:
2026-04-05 15:59:31 +02:00
parent f4bb1d91c2
commit 0abd377f81

View File

@@ -45,6 +45,7 @@ export class WebSocketHandler {
this.startListening()
return
} catch (e) {
console.log(e)
if (isAxiosError<GenericErrorBody>(e)) {
throw e;
}