unbreak build
This commit is contained in:
parent
59076f4132
commit
774c68bb1a
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ function nicifyConnectionState(state: ConnectionStateEnum): string {
|
|||
return "Connection lost. Reconnecting...";
|
||||
case "NOT_CONNECTED":
|
||||
return "Not Connected";
|
||||
case "LIVE":
|
||||
return "Live!";
|
||||
default:
|
||||
console.warn("unhandled", state);
|
||||
return state as string;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue