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 2e644e6 commit 2edc844Copy full SHA for 2edc844
source/diagnostics.h
@@ -206,7 +206,7 @@ namespace cpp2 {
206
<< "\"lineno\": " << e.where.lineno << ", "
207
<< "\"colno\": " << e.where.colno << ", "
208
<< "\"msg\": \"" << sanitize_for_json(e.msg)
209
- << (i < diagnostics.errors.size() ? "\"},\n" : "}\n");
+ << (i < diagnostics.errors.size() ? "\"},\n" : "\"}\n");
210
}
211
212
// Print out the our scope's source ranges as a map/object where:
0 commit comments