diff options
author | 2022-05-18 15:46:22 +0000 | |
---|---|---|
committer | 2022-05-18 15:46:22 +0000 | |
commit | 54aba7231d71c17b19048fa4d2d9e5d570cf33bd (patch) | |
tree | abffe5ab40a79afcd2be5118a1320043bef3ea99 /packages/create-astro/src | |
parent | 1bf12260afad57f83768d040fe3917fb214aaf5f (diff) | |
download | astro-54aba7231d71c17b19048fa4d2d9e5d570cf33bd.tar.gz astro-54aba7231d71c17b19048fa4d2d9e5d570cf33bd.tar.zst astro-54aba7231d71c17b19048fa4d2d9e5d570cf33bd.zip |
[ci] format
Diffstat (limited to 'packages/create-astro/src')
-rw-r--r-- | packages/create-astro/src/logger.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/create-astro/src/logger.ts b/packages/create-astro/src/logger.ts index 96965e7ea..80e5bf916 100644 --- a/packages/create-astro/src/logger.ts +++ b/packages/create-astro/src/logger.ts @@ -8,10 +8,10 @@ type ConsoleStream = Writable & { // Hey, locales are pretty complicated! Be careful modifying this logic... // If we throw at the top-level, international users can't use Astro. -// +// // Using `[]` sets the default locale properly from the system! // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat#parameters -// +// // Here be the dragons we've slain: // https://github.com/withastro/astro/issues/2625 // https://github.com/withastro/astro/issues/3309 |