Merge branch 'master' into word-wrap

pull/9046/head
Ben McCann 3 years ago
commit 636dea7e0b

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