chore: logging errors

This commit is contained in:
Adam
2025-10-03 09:10:33 -05:00
parent 9cad9ffc23
commit 28bb12bae2
+3 -1
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")