bin/rconf in rconf-1.0.7 vs bin/rconf in rconf-1.0.8
- old
+ new
@@ -250,10 +250,11 @@
end
rescue Exception => e
raise if e.is_a?(SystemExit)
report_fatal("Execution failed with exception '#{e.message.red}'\n#{e.backtrace.join("\n")}")
ensure
- lang.configurators.each { |c| report("\n!!NOTE: #{c.post_note}\n".green) if c.post_note }
+ note = '----['.bold.white + 'NOTE'.bold.green + ']----'.bold.white
+ lang.configurators.each { |c| report("\n#{note}\n#{c.post_note.green}") if c.post_note }
end
end
end
end