We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bd139 commit 29b446cCopy full SHA for 29b446c
index.js
@@ -34,7 +34,7 @@ var removeTagEachLIne = function(lines, start, end) {
34
lines[i] = '';
35
}
36
else if(stops) {
37
- lines[i] = '';
+ if(tagSection) { lines[i] = ''; }
38
tagSection = false;
39
40
0 commit comments