mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
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,
|
||||
}
|
||||
} catch {}
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
}
|
||||
return undefined
|
||||
}, "github")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue