lib/prompts/pause_prompt.rb in prompts-0.2.0 vs lib/prompts/pause_prompt.rb in prompts-0.2.1

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module Prompts class PausePrompt < Prompt def initialize(...) - super(...) + super @prompt = "Press Enter ⏎ to continue..." end def resolve_choice_from(response)