Skip to content

Commit

Permalink
fixup! Implement --json query format
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatilai committed Feb 16, 2024
1 parent 34667b3 commit 4797951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/formats.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ static char *jsonEscape(const char *s)
ec = "\\n";
break;
case '\r':
ec = "\\t";
ec = "\\r";
break;
case '\t':
ec = "\\t";
Expand Down

0 comments on commit 4797951

Please # to comment.