Skip to content

Commit 140e088

Browse files
committed
Rebuilt readme with tldw
1 parent 4b57ed8 commit 140e088

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ try {
4343
} catch (error) {
4444
console.error(error)
4545
} finally {
46-
await commitManager.finalize() // Does some cleaning, should be called regardless of whether commit and push are successful or not.
46+
// Does some cleaning, should be called regardless of whether commit and push are successful or not.
47+
await commitManager.finalize()
4748
}
4849
```
4950

0 commit comments

Comments
 (0)