diff options
Diffstat (limited to 'frontend/src/plugin-loader.tsx')
| -rw-r--r-- | frontend/src/plugin-loader.tsx | 6 |
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. </> </> ); |
