mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
fix: add error logging in handleActionClick for better debugging
This commit is contained in:
@@ -91,6 +91,7 @@ export function LibraryGameCardLarge({
|
||||
try {
|
||||
await handlePlayGame();
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
try {
|
||||
handleOpenDownloadOptions();
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user