We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e048db commit 182a7cdCopy full SHA for 182a7cd
lib/pact/provider/help/write.rb
@@ -21,6 +21,8 @@ def initialize pact_sources, reports_dir
21
def call
22
clean_reports_dir
23
write
24
+ rescue StandardError => e
25
+ Pact.configuration.error_stream.puts("ERROR: Error generating help output - #{e.class} #{e.message} \n" + e.backtrace.join("\n"))
26
end
27
28
private
0 commit comments