diff options
author | 2023-06-09 04:58:51 +0000 | |
---|---|---|
committer | 2023-06-09 04:58:51 +0000 | |
commit | 8341c461b574d53fe455c49d4ae3a53f2e0196b5 (patch) | |
tree | e3fbc28f0447eca35eeae5e4b9cc32686fe4b594 | |
parent | 1430ffb4734edbb67cbeaaee7e89a9f78e00473c (diff) | |
download | astro-8341c461b574d53fe455c49d4ae3a53f2e0196b5.tar.gz astro-8341c461b574d53fe455c49d4ae3a53f2e0196b5.tar.zst astro-8341c461b574d53fe455c49d4ae3a53f2e0196b5.zip |
[ci] format
-rw-r--r-- | packages/create-astro/src/messages.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/create-astro/src/messages.ts b/packages/create-astro/src/messages.ts index 1134b14df..cea1f0bdc 100644 --- a/packages/create-astro/src/messages.ts +++ b/packages/create-astro/src/messages.ts @@ -1,9 +1,9 @@ /* eslint no-console: 'off' */ import { color, label, say as houston, spinner as load } from '@astrojs/cli-kit'; import { align, sleep } from '@astrojs/cli-kit/utils'; +import { execa } from 'execa'; import { exec } from 'node:child_process'; import { get } from 'node:https'; -import { execa } from 'execa'; import preferredPM from 'preferred-pm'; import stripAnsi from 'strip-ansi'; |