We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f651d6 commit 0467f4bCopy full SHA for 0467f4b
1 file changed
lib/Stats.js
@@ -562,6 +562,7 @@ Stats.jsonToString = function jsonToString(obj, useColors) {
562
newline();
563
buf.push(" ");
564
buf.push(Stats.jsonToString(child, useColors).replace(/\n/g, "\n "));
565
+ newline();
566
});
567
}
568
0 commit comments