We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2818b commit 4988b80Copy full SHA for 4988b80
javascript/extractor/src/com/semmle/js/extractor/AutoBuild.java
@@ -489,7 +489,7 @@ public int run() throws IOException {
489
diagnosticsToClose.forEach(DiagnosticWriter::close);
490
}
491
492
- // Fail extraction if no relevant files were found.
+ // Fail extraction is no relevant files were found.
493
if (!seenFiles || !hasSeenCode() && !EnvironmentVariables.isActionsExtractor()) {
494
if (seenFiles) {
495
warn("Only found JavaScript or TypeScript files that were empty or contained syntax errors.");
0 commit comments