Skip to content

Commit

Permalink
Disable JSON nesting limitation. (See #76)
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed Aug 29, 2012
1 parent 494ff56 commit d2c7513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guard/jasmine/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def evaluate_response(output, file, options)
json = output.read

begin
result = MultiJson.decode(json)
result = MultiJson.decode(json, { :max_nesting => false })

if result['error']
notify_runtime_error(result, options)
Expand Down

0 comments on commit d2c7513

Please sign in to comment.