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 a7134d5 commit 87bba95Copy full SHA for 87bba95
src-main/windows/project-running-window.js
@@ -124,7 +124,7 @@ class ProjectRunningWindow extends AbtractWindow {
124
if (parsed.origin === 'https://extensions.turbowarp.org') {
125
const pathname = parsed.pathname.endsWith('/') ? `${parsed.pathname}index.html` : parsed.pathname;
126
return callback({
127
- redirectURL: `tw-extensions://./${pathname}`
+ redirectURL: `tw-extensions://.${pathname}`
128
});
129
}
130
0 commit comments