chore: logging errors

This commit is contained in:
Adam
2025-10-03 09:10:33 -05:00
parent 3fa280d218
commit 8e80b8f2fa

View File

@@ -23,6 +23,8 @@ export const github = query(async () => {
}, },
contributors: contributorCount, contributors: contributorCount,
} }
} catch {} } catch (e) {
console.error(e)
}
return undefined return undefined
}, "github") }, "github")