Skip to content

Commit

Permalink
Fix unexpected ISR build output
Browse files Browse the repository at this point in the history
  • Loading branch information
unstubbable committed Feb 23, 2025
1 parent e6dc534 commit 5c0c304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/build/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ export async function printTreeView(

messages.push([
`${border} ${symbol} ${
pageInfo?.initialCacheControl
pageInfo?.initialCacheControl?.revalidate
? `${item} (ISR: ${pageInfo?.initialCacheControl.revalidate} Seconds)`
: item
}${
Expand Down

0 comments on commit 5c0c304

Please sign in to comment.