Skip to content

Commit

Permalink
add format function
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Apr 9, 2019
1 parent b62a63a commit b632ba1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/gatsby-cli/src/reporter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

const util = require(`util`)
const { stripIndent } = require(`common-tags`)
const chalk = require(`chalk`)
const { trackError } = require(`gatsby-telemetry`)
const { getErrorFormatter } = require(`./errors`)
const inkReporter = require(`./ink`).default
Expand All @@ -20,6 +21,7 @@ const reporter = {
* Strip initial indentation template function.
*/
stripIndent,
format: chalk,
/**
* Toggle verbosity.
* @param {boolean} [isVerbose=true]
Expand Down

0 comments on commit b632ba1

Please sign in to comment.