From c2973ce87e0b751a1cf4429860f5f3eb10670596 Mon Sep 17 00:00:00 2001 From: Mohamed Mohamedin Date: Sun, 31 Dec 2023 18:02:46 -0500 Subject: [PATCH] Debug info for CLI not working in Windows --- src/main/electron.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/electron.js b/src/main/electron.js index eca0edb60..26cb7e6a5 100644 --- a/src/main/electron.js +++ b/src/main/electron.js @@ -334,6 +334,7 @@ app.on('ready', e => { if (!details.url.startsWith(codeUrl) && (!isPluginsEnabled() || (isPluginsEnabled() && !details.url.startsWith(pluginsCodeUrl)))) { + console.log('Blocked loading file from ' + details.url, codeUrl, pluginsCodeUrl); callback({cancel: true}); } else