This commit is contained in:
ethicalhack3r
2014-07-31 15:38:02 +02:00
parent aab8e85f9d
commit 6b61e273a0

View File

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