chore: logging errors
This commit is contained in:
parent
3fa280d218
commit
8e80b8f2fa
1 changed files with 3 additions and 1 deletions
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue