lib/overapp/template_file.rb in overapp-0.4.0 vs lib/overapp/template_file.rb in overapp-0.4.1

- old
+ new

@@ -21,9 +21,12 @@ res << {:note => nil, :body => remaining_body} remaining_body = nil end end res + rescue => exp + puts "Error in split_note_and_body #{path}" + raise exp end def note_params_single(one) res = {} \ No newline at end of file