[ci] format

This commit is contained in:
Princesseuh 2023-01-04 16:36:17 +00:00 committed by fredkbot
parent 63745f8d5a
commit 7a81041056

View file

@ -243,7 +243,7 @@ const cliPath = fileURLToPath(new URL('../astro.js', import.meta.url));
/** Returns a process running the Astro CLI. */
export function cli(/** @type {string[]} */ ...args) {
const spawned = execa('node', [cliPath, ...args], { env: {'ASTRO_TELEMETRY_DISABLED': true}});
const spawned = execa('node', [cliPath, ...args], { env: { ASTRO_TELEMETRY_DISABLED: true } });
spawned.stdout.setEncoding('utf8');