Skip to content

Commit 106abfc

Browse files
Add conflictLabel variable
1 parent 44acfde commit 106abfc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/autoupdater.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ export class AutoUpdater {
450450
const retryCount = this.config.retryCount();
451451
const retrySleep = this.config.retrySleep();
452452
const mergeConflictAction = this.config.mergeConflictAction();
453+
const mergeConflictLabel = this.config.mergeConflictLabel();
453454

454455
let retries = 0;
455456

0 commit comments

Comments
 (0)