From a329330752811e41358271d94fcb9abd99049b7c Mon Sep 17 00:00:00 2001
From: Joshua <data@shard.wtf>
Date: Mon, 24 Apr 2023 10:12:59 +0200
Subject: [PATCH] improved error output

---
 src/utils/snapshots/snapshot.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/utils/snapshots/snapshot.js b/src/utils/snapshots/snapshot.js
index ba07477..3f0c20b 100644
--- a/src/utils/snapshots/snapshot.js
+++ b/src/utils/snapshots/snapshot.js
@@ -64,7 +64,7 @@ const set_snapshot = (
         };
 
         throw new Error(
-          `Snapshot Difference.\nPlease Update the Snapshot\n\n\t${json.message}`
+          `Snapshot Difference found.\nPlease Update the Snapshot\n\n${json.message.replace(' ', '&nbsp;')}`
         );
       });
     }