Add debug
Some checks failed
Setup testing environment and test the code / build (push) Failing after 58s
Some checks failed
Setup testing environment and test the code / build (push) Failing after 58s
This commit is contained in:
@@ -45,6 +45,7 @@ export class WebSocketHandler {
|
||||
this.startListening()
|
||||
return
|
||||
} catch (e) {
|
||||
console.log(e)
|
||||
if (isAxiosError<GenericErrorBody>(e)) {
|
||||
throw e;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user