Skip to content

Commit 105213d

Browse files
asgerfCopilot
andauthored
Update javascript/extractor/src/com/semmle/js/extractor/AutoBuild.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c4d23d1 commit 105213d

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 is no relevant files were found.
492+
// Fail extraction if 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)