Skip to content

Commit

Permalink
Debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Oct 14, 2021
1 parent c9d5068 commit 3919652
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,7 @@ def self.monkey_patch_interactive_prompts_with_reminder(after: DEFAULT_PROMPT_RE
message_setting = ENV['FASTLANE_PROMPT_REMINDER_MESSAGE']
message = %w[default true yes 1].include?(message_setting.downcase) ? DEFAULT_PROMPT_REMINDER_MESSAGE : message_setting
delays = ENV['FASTLANE_PROMPT_REMINDER_DELAYS']&.split(',') || DEFAULT_PROMPT_REMINDER_DELAYS

UI.message("Monkey-patching the UI interactive methods to add a reminder (#{delays.inspect}, #{message.inspect})")
FastlaneCore::Shell.monkey_patch_interactive_prompts_with_reminder(after: delays, message: message)
end

0 comments on commit 3919652

Please sign in to comment.