diff --git a/src/helpers/error-reporter.js b/src/helpers/error-reporter.js index 88fbbad..d4a439f 100644 --- a/src/helpers/error-reporter.js +++ b/src/helpers/error-reporter.js @@ -1,6 +1,6 @@ // @flow export const errorReporter = (message: string) => { - throw new Error(`// @typographist/core >>> Check your user config. -// ${message}`); + throw new Error(` @typographist/core >>> Check your user config. + ${message}`); };