Skip to content

Commit

Permalink
fix(gatsby): Emit BOOTSTRAP_FINISHED when bootstrap finishes (#12461)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst authored and freiksenet committed Mar 11, 2019
1 parent 7ba331c commit 0f136d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby/src/bootstrap/index.js
Expand Up @@ -496,6 +496,7 @@ module.exports = async (args: BootstrapArgs) => {
report.log(``)
report.info(`bootstrap finished - ${process.uptime()} s`)
report.log(``)
emitter.emit(`BOOTSTRAP_FINISHED`)

// onPostBootstrap
activity = report.activityTimer(`onPostBootstrap`, {
Expand Down

0 comments on commit 0f136d5

Please sign in to comment.