lib/macros4cuke/application.rb in macros4cuke-0.5.15 vs lib/macros4cuke/application.rb in macros4cuke-0.5.16

- old
+ new

@@ -58,10 +58,9 @@ file_text = engine.result(binding) # Write file contents to file in binary mode in order to avoid eol # consisting of CRLF File.open(destination, 'wb') { |theFile| theFile.write(file_text) } - rescue Macros4Cuke::CmdLineError => exc $stderr.puts exc.message exit end end