chore: fix tests on Node 18.17.0

pull/9049/head
Conduitry 3 years ago
parent a71f3595a3
commit 37de2728d1

@ -100,7 +100,7 @@ export function show_output(cwd, options = {}) {
});
}
const svelte_path = fileURLToPath(new URL('..', import.meta.url)).replace(/\\/g, '/');
const svelte_path = fileURLToPath(new URL('..', import.meta.url).href).replace(/\\/g, '/');
const AsyncFunction = /** @type {typeof Function} */ (async function () {}.constructor);

Loading…
Cancel
Save