1
0
Adam 10 сар өмнө
parent
commit
8e80b8f2fa

+ 3 - 1
packages/console/app/src/lib/github.ts

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