fix: unnecessary new line in toReadable
This commit is contained in:
parent
d87e53264d
commit
0b34c68139
@ -470,7 +470,7 @@ public abstract class Value {
|
||||
passed.add(this);
|
||||
|
||||
if (keys.size() + obj.getOwnSymbolMembers(env, true).size() == 0) {
|
||||
if (!printed) res.append("{}\n");
|
||||
if (!printed) res.append("{}");
|
||||
}
|
||||
else if (!printed) {
|
||||
if (tab > 3) return "{...}";
|
||||
|
Loading…
Reference in New Issue
Block a user