[ci] format
This commit is contained in:
parent
63745f8d5a
commit
7a81041056
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ const cliPath = fileURLToPath(new URL('../astro.js', import.meta.url));
|
||||||
|
|
||||||
/** Returns a process running the Astro CLI. */
|
/** Returns a process running the Astro CLI. */
|
||||||
export function cli(/** @type {string[]} */ ...args) {
|
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');
|
spawned.stdout.setEncoding('utf8');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue