We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa62be commit c190cb4Copy full SHA for c190cb4
packages/shell/browser/main.js
@@ -42,7 +42,7 @@ class TabbedBrowserWindow {
42
this.id = this.window.id
43
this.webContents = this.window.webContents
44
45
- const webuiUrl = path.join('chrome-extension://', webuiExtensionId, '/webui.html')
+ const webuiUrl = `chrome-extension://${webuiExtensionId}/webui.html`
46
this.webContents.loadURL(webuiUrl)
47
48
this.tabs = new Tabs(this.window)
0 commit comments