Skip to content

Commit

Permalink
fix undefined config behavior after merging
Browse files Browse the repository at this point in the history
  • Loading branch information
axfelix committed Dec 22, 2023
1 parent f5bb1b1 commit 6d246c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ class Snippet {
if (config.select !== undefined) {
const selectedLines = selectLines(config.select, this.lines);
lines.push(...selectedLines);
} else {
lines.push(...this.lines);
}

// if there's no start/end pattern, there's nothing to parse.
Expand Down

0 comments on commit 6d246c5

Please sign in to comment.