diff options
-rw-r--r-- | packages/astro/src/cli/check/print.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/cli/check/print.ts b/packages/astro/src/cli/check/print.ts index 5c40f785e..aab16e0bd 100644 --- a/packages/astro/src/cli/check/print.ts +++ b/packages/astro/src/cli/check/print.ts @@ -11,8 +11,8 @@ import { white, yellow, } from 'kleur/colors'; -import { fileURLToPath } from 'url'; import stringWidth from 'string-width'; +import { fileURLToPath } from 'url'; export function printDiagnostic(filePath: string, text: string, diag: Diagnostic): string { let result = []; |