Skip to content

Commit 64602c6

Browse files
committed
better spinner msg
1 parent c2d956a commit 64602c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/next/src/build/after-production-compile.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ export async function runAfterProductionCompile({
3636
},
3737
},
3838
])
39-
const afterBuildSpinner = createSpinner('Running runAfterProductionCompile')
39+
const afterBuildSpinner = createSpinner(
40+
'Running next.config.js provided runAfterProductionCompile'
41+
)
4042

4143
try {
4244
const startTime = performance.now()

0 commit comments

Comments
 (0)