X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c8ee1351049ef1bb4d7b50d071b2a96154266d1d..18d26c0d81f1d0e39e90e1339b73037762df4e6f:/config/initializers/libxml.rb?ds=sidebyside diff --git a/config/initializers/libxml.rb b/config/initializers/libxml.rb index 07f79660f..e0e659f12 100644 --- a/config/initializers/libxml.rb +++ b/config/initializers/libxml.rb @@ -1,5 +1,5 @@ # This is required otherwise libxml writes out memory errors to # the standard output and exits uncleanly LibXML::XML::Error.set_handler do |message| - raise message + fail message end