Skip to content

Commit d74036f

Browse files
committed
Ok, do die here
1 parent ebb8068 commit d74036f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/gatsby/src/redux/actions.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ actions.createPage = (page: PageInput, plugin?: Plugin, traceId?: string) => {
155155
`See the documentation for createPage https://www.gatsbyjs.org/docs/bound-action-creators/#createPage`
156156
)
157157
console.log(``)
158-
// TODO do actually quit during builds.
159-
// process.exit(1)
158+
process.exit(1)
160159
}
161160

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

0 commit comments

Comments
 (0)