Commit e9a6907
authored
Add debug logs for
From the logs:
```log
2024-10-19 15:52:16.292 error: Uncaught (in promise) Error: removeBackportLabelsFromPrs called with undefined
2024-10-19 15:52:16.292 throw new Error("removeBackportLabelsFromPrs called with undefined");
2024-10-19 15:52:16.292 ^
2024-10-19 15:52:16.292 at removeBackportLabelsFromPrs (file:///app/src/labels.ts:83:11)
2024-10-19 15:52:16.292 at file:///app/src/labels.ts:76:12
2024-10-19 15:52:16.292 at eventLoopTick (ext:core/01_core.js:175:7)
2024-10-19 15:52:16.292 at async Promise.all (index 1)
2024-10-19 15:52:16.292 at async Promise.all (index 1)
2024-10-19 15:52:16.292 at async Function.maintain (file:///app/src/labels.ts:26:3)
```
Signed-off-by: Yarden Shoham <[email protected]>removeBackportLabelsFromPrs (#138)1 parent b1b4113 commit e9a6907
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
88 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
| |||
0 commit comments