From 54aecee64e5c549a440127995f94aeb77fb9d0dd Mon Sep 17 00:00:00 2001 From: AAGaming Date: Thu, 13 Jun 2024 17:47:53 -0400 Subject: hook up plugin events properly --- frontend/src/toaster.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/toaster.tsx') diff --git a/frontend/src/toaster.tsx b/frontend/src/toaster.tsx index 7f08cb01..7b93c91c 100644 --- a/frontend/src/toaster.tsx +++ b/frontend/src/toaster.tsx @@ -79,7 +79,7 @@ class Toaster extends Logger { }; instance = findToasterRoot(tree, 0); while (!instance) { - this.error( + this.warn( 'Failed to find Toaster root node, reattempting in 5 seconds. A developer may need to increase the recursion limit.', ); await sleep(5000); -- cgit v1.2.3