Open Electroid opened 1 year ago
Repro:
console.error("This is an error message", { withExtra: true, properties: "yes", });
I'll work on this
This happens for any nested structure, not just multiline.
console.error("errors: ", [1]);
Repro: