private getMessage()

in src/progress-reporter.ts [65:69]


  private getMessage() {
    return this.check
      ? `Checked ${this.total} files`
      : `Reformatted ${this.reformatted} / ${this.total} files...`;
  }