diff --git a/src/gui/src/UI/UIDesktop.js b/src/gui/src/UI/UIDesktop.js index 6e5a96c68..a49b1d23b 100644 --- a/src/gui/src/UI/UIDesktop.js +++ b/src/gui/src/UI/UIDesktop.js @@ -1255,7 +1255,7 @@ async function UIDesktop(options) { $('.show-desktop-btn').removeClass('hidden'); } } catch (e) { - console.error(e); + console.error('UIDesktop app path launch error', e); } // get query params, any param that doesn't start with 'puter.' will be passed to the app @@ -2355,4 +2355,4 @@ window.reset_window_size_and_position = (el_window) => { }); } -export default UIDesktop; \ No newline at end of file +export default UIDesktop;