We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a025f commit 23361ccCopy full SHA for 23361cc
scripts/kcc
@@ -685,15 +685,15 @@ sub getRVErrorJson {
685
$messageLength = arg('-fmessage-length=');
686
}
687
688
- quote(printable(quote(printable
+ quote(printable
689
( "{\"suppressions\": [$allSuppress]"
690
. ",\"message_length\": $messageLength"
691
. ",\"format\": \"$format\""
692
. ",\"previous_errors\": []"
693
. ",\"fatal_errors\": " . (arg('-Wfatal-errors')? 'true' : 'false')
694
. ",\"rv_error\": $rvError"
695
. "$output}"
696
- ))));
+ ));
697
};
698
return $json;
699
0 commit comments