Fix blank lines in the output.
The issue was more obvious when max_line_len has a small value, rather than the default 32K characters. A blank line showed up after most statements.
This commit is contained in:
parent
d2dda34b2a
commit
4aed0830e5
|
|
@ -176,7 +176,6 @@ function OutputStream(options) {
|
|||
might_need_space = false;
|
||||
}
|
||||
might_need_semicolon = false;
|
||||
maybe_newline();
|
||||
}
|
||||
|
||||
if (!options.beautify && options.preserve_line && stack[stack.length - 1]) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user