Skip to content

Commit

Permalink
Ok, do die here
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Feb 14, 2018
1 parent ebb8068 commit d74036f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/gatsby/src/redux/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ actions.createPage = (page: PageInput, plugin?: Plugin, traceId?: string) => {
`See the documentation for createPage https://www.gatsbyjs.org/docs/bound-action-creators/#createPage`
)
console.log(``)
// TODO do actually quit during builds.
// process.exit(1)
process.exit(1)
}

let jsonName = `${_.kebabCase(page.path)}.json`
Expand Down

0 comments on commit d74036f

Please sign in to comment.