Skip to content

Commit e7bfe7a

Browse files
committed
Fix unexpected ISR build output
1 parent b053bb0 commit e7bfe7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/next/src/build/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ export async function printTreeView(
518518

519519
messages.push([
520520
`${border} ${symbol} ${
521-
pageInfo?.initialCacheControl
521+
pageInfo?.initialCacheControl?.revalidate
522522
? `${item} (ISR: ${pageInfo?.initialCacheControl.revalidate} Seconds)`
523523
: item
524524
}${

0 commit comments

Comments
 (0)