diff options
Diffstat (limited to 'src/dev.ts')
-rw-r--r-- | src/dev.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev.ts b/src/dev.ts index c6ad9ff7c..5c80133a7 100644 --- a/src/dev.ts +++ b/src/dev.ts @@ -53,7 +53,7 @@ export default async function (astroConfig: AstroConfig) { break; } default: { - error(logging, 'executing hmx', result.error); + error(logging, 'executing astro', result.error); break; } } |