Build break.
This commit is contained in:
@@ -55,10 +55,6 @@ export enum State {
|
|||||||
};
|
};
|
||||||
|
|
||||||
class UpdatedError extends Error {
|
class UpdatedError extends Error {
|
||||||
constructor(message: string)
|
|
||||||
{
|
|
||||||
super(message);
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
export function wantsLoadingScreen(state: State) {
|
export function wantsLoadingScreen(state: State) {
|
||||||
return state >= State.Reconnecting;
|
return state >= State.Reconnecting;
|
||||||
|
|||||||
Reference in New Issue
Block a user