Skip to content

Commit

Permalink
revert changes on jsonl (don't aggregate results)
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardottt committed Oct 16, 2023
1 parent 3bb36e2 commit 9829a17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/output/jsonl.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func GetJSONString(

// Parse words from body
words := len(strings.Fields(string(r.Body)))

// Parse lines from body
lines := len(strings.Split(string(r.Body), "\n"))

Expand Down

0 comments on commit 9829a17

Please sign in to comment.