Skip to content

Commit 29b446c

Browse files
committed
fixed bug
1 parent 22bd139 commit 29b446c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var removeTagEachLIne = function(lines, start, end) {
3434
lines[i] = '';
3535
}
3636
else if(stops) {
37-
lines[i] = '';
37+
if(tagSection) { lines[i] = ''; }
3838
tagSection = false;
3939
}
4040

0 commit comments

Comments
 (0)