Implement FireFart's feedback
This commit is contained in:
@@ -151,7 +151,8 @@ def json(file)
|
|||||||
begin
|
begin
|
||||||
JSON.parse(content)
|
JSON.parse(content)
|
||||||
rescue => e
|
rescue => e
|
||||||
raise "[ERROR] In JSON file parsing #{file} #{e} #{e.backtrace}"
|
fail "[ERROR] In JSON file parsing #{file} #{e}"
|
||||||
|
raise
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user