From 232652149a287054df7e7c5136dafd3f55a79bf0 Mon Sep 17 00:00:00 2001
From: Sohaib <98542228+sohaibology@users.noreply.github.com>
Date: Tue, 15 Aug 2023 00:59:47 +0000
Subject: [PATCH] Update hosting.md (#371)
---
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