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.
2 parents 3b2f817 + 959825c commit 89655bbCopy full SHA for 89655bb
packages/svelte/test/helpers.js
@@ -100,7 +100,7 @@ export function show_output(cwd, options = {}) {
100
});
101
}
102
103
-const svelte_path = fileURLToPath(new URL('..', import.meta.url)).replace(/\\/g, '/');
+const svelte_path = fileURLToPath(new URL('..', import.meta.url).href).replace(/\\/g, '/');
104
105
const AsyncFunction = /** @type {typeof Function} */ (async function () {}.constructor);
106
0 commit comments