Implement FireFart's feedback

This commit is contained in:
ethicalhack3r
2014-07-31 15:31:07 +02:00
parent 3959892c20
commit aab8e85f9d

View File

@@ -151,7 +151,8 @@ def json(file)
begin
JSON.parse(content)
rescue => e
raise "[ERROR] In JSON file parsing #{file} #{e} #{e.backtrace}"
fail "[ERROR] In JSON file parsing #{file} #{e}"
raise
end
end