Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
fix(error-messages): fix error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mg901 committed Jan 23, 2019
1 parent 185af95 commit ef26a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers/error-reporter.js
Original file line number Diff line number Diff line change
@@ -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}`);
};

0 comments on commit ef26a60

Please sign in to comment.