Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Nov 4, 2024
1 parent 3189f14 commit 26609ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/astro/src/cli/add/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ import { appendForwardSlash } from '../../core/path.js';
import { apply as applyPolyfill } from '../../core/polyfill.js';
import { ensureProcessNodeEnv, parseNpmName } from '../../core/util.js';
import { eventCliSession, telemetry } from '../../events/index.js';
import { exec } from '../exec.js';
import { type Flags, createLoggerFromFlags, flagsToAstroInlineConfig } from '../flags.js';
import { fetchPackageJson, fetchPackageVersions } from '../install-package.js';
import { exec } from '../exec.js';

interface AddOptions {
flags: Flags;
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/src/cli/exec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NonZeroExitError, x, type Options } from 'tinyexec';
import { NonZeroExitError, type Options, x } from 'tinyexec';

/**
* Improve tinyexec error logging and set `throwOnError` to `true` by default
Expand Down

0 comments on commit 26609ca

Please sign in to comment.