ignore CallExpression _prettyCall when retainLines is enabled - fixes #1585
This commit is contained in:
parent
270a8be68d
commit
16f7b967b5
@ -79,7 +79,7 @@ export function CallExpression(node, print) {
|
||||
|
||||
var separator = ",";
|
||||
|
||||
if (node._prettyCall) {
|
||||
if (node._prettyCall && !this.format.retainLines) {
|
||||
separator += "\n";
|
||||
this.newline();
|
||||
this.indent();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user