mirror of
https://github.com/github/codeql.git
synced 2026-01-04 10:10:20 +01:00
JS: Update parse error diagnostic name for consistency
This commit is contained in:
@@ -508,7 +508,7 @@ public class AutoBuild {
|
||||
* For use with the {@link #writeDiagnostics(String, JSDiagnosticKind)} method.
|
||||
*/
|
||||
public static enum JSDiagnosticKind {
|
||||
PARSE_ERROR("parse-error", "Parse error", DiagnosticLevel.Warning),
|
||||
PARSE_ERROR("parse-error", "Could not process some files due to syntax errors", DiagnosticLevel.Warning),
|
||||
INTERNAL_ERROR("internal-error", "Internal error", DiagnosticLevel.Debug);
|
||||
|
||||
private final String id;
|
||||
|
||||
Reference in New Issue
Block a user