From cf894f1dd309e48d8be380c56175219027c84fb7 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 26 Aug 2022 12:59:00 -0300 Subject: fix #7065 --- packages/anastasis-webui/src/pages/home/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/anastasis-webui/src/pages/home/index.tsx') diff --git a/packages/anastasis-webui/src/pages/home/index.tsx b/packages/anastasis-webui/src/pages/home/index.tsx index 25d9c63d9..44e065807 100644 --- a/packages/anastasis-webui/src/pages/home/index.tsx +++ b/packages/anastasis-webui/src/pages/home/index.tsx @@ -85,7 +85,7 @@ function ErrorBoundary(props: { children: ComponentChildren; }): VNode { const [error, resetError] = useErrorBoundary((error) => - console.log("got error", error), + console.log("ErrorBoundary got error", error), ); if (error) { return ( @@ -132,7 +132,7 @@ export function AnastasisClientFrame(props: AnastasisClientFrameProps): VNode { history.pushState({ id: nextId }, "unused", `#${nextId}`); } catch (e) { - console.log(e); + console.log("ERROR doNext ", e); } } -- cgit v1.2.3