chore: fix tests on Node 18.17.0 (#9049)

pull/9037/head
Conduitry 12 months ago committed by GitHub
parent a71f3595a3
commit 959825c7c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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