From df02ea20d7e12e8b9ffdd2968afaf5893c433488 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Fri, 11 Aug 2023 04:32:11 +0000
Subject: [PATCH] spacing fix
---
quartz/trace.ts | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/quartz/trace.ts b/quartz/trace.ts
index ca3a5a0..c7f3cc3 100644
--- a/quartz/trace.ts
+++ b/quartz/trace.ts
@@ -11,10 +11,10 @@
lines.push("")
lines.push(
"\n" +
- chalk.bgRed.black.bold(" ERROR ") +
- "\n" +
- chalk.red(` ${msg}`) +
- (err.message.length > 0 ? `: ${err.message}` : ""),
+ chalk.bgRed.black.bold(" ERROR ") +
+ "\n" +
+ chalk.red(` ${msg}`) +
+ (err.message.length > 0 ? `: ${err.message}` : ""),
)
if (!stack) {
--
Gitblit v1.10.0