Skip to content

Commit 34b64fd

Browse files
committed
feat: + logs
1 parent 15e35df commit 34b64fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,9 @@ ${signature}`;
307307
" with scopes: " +
308308
scopesToString(u.headers?.["x-oauth-scopes"])
309309
);
310-
} catch {}
310+
} catch (e) {
311+
debug(errorToString(e));
312+
}
311313

312314
let commentId = null;
313315
try {

0 commit comments

Comments
 (0)