Skip to content

Commit abf6c0e

Browse files
Closure Teamcopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 499068319
1 parent 6806f04 commit abf6c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/google/javascript/jscomp/DiagnosticGroups.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public static DiagnosticGroup forName(String name) {
143143
+ "missingReturn, "
144144
+ "missingSourcesWarnings, "
145145
+ "moduleLoad, "
146-
+ "moduleImports, "
146+
+ "moduleImport, "
147147
+ "msgDescriptions, "
148148
+ "nonStandardJsDocs, "
149149
+ "partialAlias, "

0 commit comments

Comments
 (0)