hook up plugin events properly

This commit is contained in:
AAGaming
2024-06-13 17:47:53 -04:00
parent 822b6bcaaa
commit 54aecee64e
7 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -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);