Commit 2ff5994
committed
chore(scripts/ci-validate): catch unhandled rejections from main
Defensive. main() already wraps its body in try/catch, so a rejection
can only escape if the catch handler itself throws. Cheap to harden
against future edits that make that possible.1 parent 6bb8fdf commit 2ff5994
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
0 commit comments