Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Oct 8, 2024
1 parent 09352f7 commit 7a66ec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tapioca/logging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# frozen_string_literal: true

require "thor"
require "tapioca/helpers/cli_helper"

module Tapioca
module Logging
Expand Down Expand Up @@ -32,7 +33,7 @@ def error(message = "", *_color)

class ThorLogger < Logger
include Thor::Base
include Tapioca::CliHelper
include CliHelper

def info(...)
say(...)
Expand Down

0 comments on commit 7a66ec0

Please sign in to comment.