Skip to content

Commit 65b7ce8

Browse files
committed
Update URL check to account for workbench.esm.html
1 parent 9a1222a commit 65b7ce8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtime/index.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ electron.app.on('browser-window-created', (_, window) => {
106106
if (
107107
!(
108108
currentURL.includes('workbench.html') ||
109+
currentURL.includes('workbench.esm.html') ||
109110
currentURL.includes('workbench-monkey-patch.html')
110111
)
111112
) {
@@ -129,6 +130,7 @@ electron.app.on('browser-window-created', (_, window) => {
129130
if (
130131
!(
131132
currentURL.includes('workbench.html') ||
133+
currentURL.includes('workbench.esm.html') ||
132134
currentURL.includes('workbench-monkey-patch.html')
133135
)
134136
) {

0 commit comments

Comments
 (0)