Commit 2c80c13
authored
Fix "disable-empty-commits" (#82)
The action would still exit with a failure, even when the exception was supposed to be caught.
A strategically place `console.log(e, JSON.stringify(e));` shows that the error message doesn't actually go to `stderr`, but to `stdout`, so now things should work correctly.
Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>1 parent 7ee32e8 commit 2c80c13
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments