From a70e846b0a14f3065bbf613221fee0e3b09c12ef Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Wed, 02 Aug 2023 05:47:16 +0000
Subject: [PATCH] flag to allow ofm replace in html embed
---
quartz/trace.ts | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/quartz/trace.ts b/quartz/trace.ts
index d9d45d2..803fd2f 100644
--- a/quartz/trace.ts
+++ b/quartz/trace.ts
@@ -5,7 +5,9 @@
const stack = err.stack
console.log()
console.log(
- chalk.bgRed.white.bold(" ERROR ") +
+ "\n" +
+ chalk.bgRed.black.bold(" ERROR ") +
+ "\n" +
chalk.red(` ${msg}`) +
(err.message.length > 0 ? `: ${err.message}` : ""),
)
--
Gitblit v1.10.0