-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
object label during build with verbose logging #9060
Copy link
Copy link
Closed
Labels
- P3: minor bugAn edge case that only affects very specific usage (priority)An edge case that only affects very specific usage (priority)
Description
Astro Info
Astro v3.5.2
Node v18.16.0
System Linux (x64)
Package Manager pnpm
Output static
Adapter none
Integrations config-watcher
auto-import
@astrojs/sitemap
@astrojs/asides
astro-expressive-code
@astrojs/mdx
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Running build with vebose logging shows wrong label during page generation.
Repro: Create new project and run npm run build -- --verbose or pnpm build --verbose
generating static routes
▶ src/pages/index.astro
astro:[object Object] build Generating: / [] +909ms
└─ /index.html (+22ms)
Completed in 32ms.
astro:[object Object] build Additional assets copied 1699642039.4s [] +10ms
07:47:22 PM [build] 1 page(s) built in 0.96s
07:47:22 PM [build] Complete!What's the expected result?
Correct label
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-dxd52u?file=README.md
Participation
- I am willing to submit a pull request for this issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
- P3: minor bugAn edge case that only affects very specific usage (priority)An edge case that only affects very specific usage (priority)