We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaaee30 commit 74a60afCopy full SHA for 74a60af
packages/gatsby/src/bootstrap/index.js
@@ -528,7 +528,7 @@ const finishBootstrap = async bootstrapSpan => {
528
activity.end()
529
530
report.log(``)
531
- report.info(`bootstrap finished - ${process.uptime()} s`)
+ report.info(`bootstrap finished - ${process.uptime().toFixed(3)} s`)
532
533
emitter.emit(`BOOTSTRAP_FINISHED`)
534
require(`../redux/actions`).boundActionCreators.setProgramStatus(
0 commit comments