From a4c7007b060471c2f98b20858d761f62f2d50005 Mon Sep 17 00:00:00 2001 From: familyfriendlymikey Date: Mon, 29 Aug 2022 23:54:09 -0400 Subject: [PATCH] make error logging clearer --- app/client.imba | 1 + 1 file changed, 1 insertion(+) diff --git a/app/client.imba b/app/client.imba index d5aaf32..9218d58 100644 --- a/app/client.imba +++ b/app/client.imba @@ -96,6 +96,7 @@ tag app global.localStorage.fuzzyhome_config = JSON.stringify(config) def err s, e + p "error:" p e window.alert("Error {s}:\n\n{e}")