Skip to content

Commit

Permalink
Update packages/astro/src/core/build/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
  • Loading branch information
FredKSchott and Princesseuh authored Nov 18, 2023
1 parent 243c3ff commit 99baa4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/build/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class AstroBuilder {
this.logger.info('build', `output: ${blue('"' + this.settings.config.output + '"')}`);
this.logger.info('build', `directory: ${blue(fileURLToPath(this.settings.config.outDir))}`);
if (this.settings.adapter) {
this.logger.info('build', `adapter: ${colors.green(this.settings.adapter.name)}`);
this.logger.info('build', `adapter: ${green(this.settings.adapter.name)}`);
}
this.logger.info('build', 'Collecting build info...');
this.timer.loadStart = performance.now();
Expand Down

0 comments on commit 99baa4f

Please sign in to comment.