Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton authored Nov 20, 2024
1 parent 5ea0cda commit 899f06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const parseLine = (() => {
} else if (openParens > 0) {
currentComment += char;
}
}
} else if (openParens > 0) {
// Inside parentheses comment
currentComment += char;
} else {
Expand Down

0 comments on commit 899f06a

Please sign in to comment.