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 c4d23d1 commit 105213dCopy full SHA for 105213d
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 is no relevant files were found.
+ // Fail extraction if 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