# File lib/nanoc/cli/commands/compile.rb, line 246
    def stop_filter_progress(rep, filter_name)
      # Only show progress on terminals
      return if !$stdout.tty?

      @progress_thread[:stopped] = true
    end