Skip to content

Commit 4988b80

Browse files
committed
Revert "Update javascript/extractor/src/com/semmle/js/extractor/AutoBuild.java"
This reverts commit 105213d.
1 parent be2818b commit 4988b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/extractor/src/com/semmle/js/extractor/AutoBuild.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ public int run() throws IOException {
489489
diagnosticsToClose.forEach(DiagnosticWriter::close);
490490
}
491491

492-
// Fail extraction if no relevant files were found.
492+
// Fail extraction is no relevant files were found.
493493
if (!seenFiles || !hasSeenCode() && !EnvironmentVariables.isActionsExtractor()) {
494494
if (seenFiles) {
495495
warn("Only found JavaScript or TypeScript files that were empty or contained syntax errors.");

0 commit comments

Comments
 (0)