We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839892c commit 068ad7fCopy full SHA for 068ad7f
lib/Stats.js
@@ -748,9 +748,7 @@ class Stats {
748
if (typeof obj.builtAt === "number") {
749
const builtAtDate = new Date(obj.builtAt);
750
colors.normal("Built at: ");
751
- colors.normal(
752
- builtAtDate.toLocaleDateString()
753
- );
+ colors.normal(builtAtDate.toLocaleDateString());
754
colors.normal(" ");
755
colors.bold(builtAtDate.toLocaleTimeString());
756
newline();
0 commit comments