diff --git a/clayui.com/plugins/gatsby-source-liferay/gatsby-node.js b/clayui.com/plugins/gatsby-source-liferay/gatsby-node.js index c08d3eb854..d239c6b1be 100644 --- a/clayui.com/plugins/gatsby-source-liferay/gatsby-node.js +++ b/clayui.com/plugins/gatsby-source-liferay/gatsby-node.js @@ -124,7 +124,6 @@ exports.sourceNodes = async ( }); } catch (error) { console.error(error); - process.exit(1); } };