We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b57ed8 commit 140e088Copy full SHA for 140e088
readme.md
@@ -43,7 +43,8 @@ try {
43
} catch (error) {
44
console.error(error)
45
} finally {
46
- await commitManager.finalize() // Does some cleaning, should be called regardless of whether commit and push are successful or not.
+ // Does some cleaning, should be called regardless of whether commit and push are successful or not.
47
+ await commitManager.finalize()
48
}
49
```
50
0 commit comments