mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-23 10:44:21 +01:00
chore: logging errors
This commit is contained in:
@@ -23,6 +23,8 @@ export const github = query(async () => {
|
||||
},
|
||||
contributors: contributorCount,
|
||||
}
|
||||
} catch {}
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
}
|
||||
return undefined
|
||||
}, "github")
|
||||
|
||||
Reference in New Issue
Block a user