more detailed error message

This commit is contained in:
Timo
2024-12-02 11:55:22 +01:00
committed by Hugh Nimmo-Smith
parent 9eae919050
commit d179db1e8f

View File

@@ -118,7 +118,10 @@ export const LobbyView: FC<Props> = ({
// eslint-disable-next-line new-cap
b = BackgroundBlur(15, { delegate: "GPU" });
} catch (e) {
logger.error("disable background blur", e);
logger.error(
"disable background blur because its not supported by the platform.",
e,
);
}
return b;
}, []);