chore: logging errors

This commit is contained in:
Adam 2025-10-03 09:10:33 -05:00
parent 3fa280d218
commit 8e80b8f2fa
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

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