Skip to content

Commit 1e9d8da

Browse files
committed
Merge branch 'master' into props-docs
2 parents 67c977a + 959825c commit 1e9d8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/test/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export function show_output(cwd, options = {}) {
100100
});
101101
}
102102

103-
const svelte_path = fileURLToPath(new URL('..', import.meta.url)).replace(/\\/g, '/');
103+
const svelte_path = fileURLToPath(new URL('..', import.meta.url).href).replace(/\\/g, '/');
104104

105105
const AsyncFunction = /** @type {typeof Function} */ (async function () {}.constructor);
106106

0 commit comments

Comments
 (0)