Skip to content

Commit

Permalink
revert: codepoint change
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed May 8, 2024
1 parent b8f3abc commit 27395f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/build/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ async function getPathsForRoute(
const label = staticPaths.length === 1 ? 'page' : 'pages';
logger.debug(
'build',
`├── ${bold(green(''))} ${route.component}${magenta(`[${staticPaths.length} ${label}]`)}`
`├── ${bold(green(''))} ${route.component}${magenta(`[${staticPaths.length} ${label}]`)}`
);

paths = staticPaths
Expand Down

0 comments on commit 27395f4

Please sign in to comment.