Skip to content

Commit c2f8426

Browse files
committed
added svn to commitall method
1 parent 0642da9 commit c2f8426

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/commands.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ SvnCommands.prototype.fileOpen = resourceUri => {
1414
};
1515

1616
SvnCommands.prototype.commitAll = () => {
17+
this.svn = new Svn();
18+
1719
inputCommitMessage(scm.inputBox.value)
1820
.then(result => this.svn.commitAll(result))
1921
.then(() => {

0 commit comments

Comments
 (0)