-
-
Notifications
You must be signed in to change notification settings - Fork 301
Commit 926fd5b
fix: empty error on bump failure
before:
```
2nd git.commit error: ""
```
after
```
2nd git.commit error: "On branch master
Your branch is ahead of 'origin/master' by 1 commit.
(use "git push" to publish your local commits)
nothing to commit, working tree clean
"
```1 parent fc20fbe commit 926fd5b
1 file changed
+2
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
329 | 329 |
| |
330 | 330 |
| |
331 | 331 |
| |
332 | - | ||
332 | + | ||
333 | + | ||
333 | 334 |
| |
334 | 335 |
| |
335 | 336 |
| |
|
0 commit comments