From d74036f836e0d8c419742d64c3ed7ada53ce01b8 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Wed, 14 Feb 2018 11:54:47 -0800 Subject: [PATCH] Ok, do die here --- packages/gatsby/src/redux/actions.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/gatsby/src/redux/actions.js b/packages/gatsby/src/redux/actions.js index 913fc01197504..3fc1475f729e5 100644 --- a/packages/gatsby/src/redux/actions.js +++ b/packages/gatsby/src/redux/actions.js @@ -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`