fix: add error logging in handleActionClick for better debugging

This commit is contained in:
ctrlcat0x
2025-11-06 19:11:20 +05:30
parent cedf7e6e37
commit 5e653be4c3

View File

@@ -91,6 +91,7 @@ export function LibraryGameCardLarge({
try {
await handlePlayGame();
} catch (err) {
console.error(err);
try {
handleOpenDownloadOptions();
} catch (e) {