From 50764600c83b2bdec599a9fd8e27b3c10a2afd96 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Tue, 15 Nov 2022 16:44:24 -0500 Subject: Refactoring in preparation for WebSockets (#254) * Fix injector race conditions * add some more tasks * hide useless rollup warnings * goodbye to clientsession errors * completely fix desktop mode switch race condition * fix typos and TS warning in plugin error handler * fix chown error * start debugger if needed and not already started * fix get_steam_resource for the like 2 legacy plugins still using it lol * add ClientOSError to get_tabs error handling --- frontend/src/plugin-loader.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend/src') diff --git a/frontend/src/plugin-loader.tsx b/frontend/src/plugin-loader.tsx index 73cfdf9a..381d7954 100644 --- a/frontend/src/plugin-loader.tsx +++ b/frontend/src/plugin-loader.tsx @@ -249,11 +249,11 @@ class PluginLoader extends Logger { <> Error:{' '}
-              {e instanceof Error ? e.stack : e?.toString()}
+              {e instanceof Error ? e.stack : JSON.stringify(e)}
             
<> - Please go to in Decky Loader.e settings menu if you need to - uninstall this plugin. + Please go to in the Decky menu if you need to uninstall this + plugin. ); -- cgit v1.2.3