more detailed error message
This commit is contained in:
@@ -118,7 +118,10 @@ export const LobbyView: FC<Props> = ({
|
|||||||
// eslint-disable-next-line new-cap
|
// eslint-disable-next-line new-cap
|
||||||
b = BackgroundBlur(15, { delegate: "GPU" });
|
b = BackgroundBlur(15, { delegate: "GPU" });
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
logger.error("disable background blur", e);
|
logger.error(
|
||||||
|
"disable background blur because its not supported by the platform.",
|
||||||
|
e,
|
||||||
|
);
|
||||||
}
|
}
|
||||||
return b;
|
return b;
|
||||||
}, []);
|
}, []);
|
||||||
|
|||||||
Reference in New Issue
Block a user