summaryrefslogtreecommitdiff
path: root/frontend/src
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src')
-rw-r--r--frontend/src/plugin-loader.tsx6
1 files changed, 3 insertions, 3 deletions
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:{' '}
<pre>
- <code>{e instanceof Error ? e.stack : e?.toString()}</code>
+ <code>{e instanceof Error ? e.stack : JSON.stringify(e)}</code>
</pre>
<>
- Please go to <FaCog style={{ display: 'inline' }} /> in Decky Loader.e settings menu if you need to
- uninstall this plugin.
+ Please go to <FaCog style={{ display: 'inline' }} /> in the Decky menu if you need to uninstall this
+ plugin.
</>
</>
);