summaryrefslogtreecommitdiff
path: root/src/dev.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev.ts')
-rw-r--r--src/dev.ts2
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;
}
}