Re-ran Prettier after version bump

This commit is contained in:
Brian Vaughn
2017-12-21 09:22:05 -08:00
parent 76988ced6f
commit bb55d1083b
6 changed files with 17 additions and 15 deletions

View File

@@ -20,7 +20,9 @@ exports.sourceNodes = async ({boundActionCreators}) => {
});
} catch (error) {
console.error(
`The gatsby-source-react-error-codes plugin has failed:\n${error.message}`,
`The gatsby-source-react-error-codes plugin has failed:\n${
error.message
}`,
);
process.exit(1);