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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Asger F
2025-09-01 10:20:17 +02:00
committed by GitHub
parent 6783456213
commit 67a1c2ffef

View File

@@ -465,7 +465,7 @@ public class AutoBuild {
try {
CompletableFuture<?> sourceFuture = extractSource();
sourceFuture.join(); // wait for source extraction to complete
if (hasSeenCode() && !isOverlayChangeMode()) { // don't bother with the externs if no code was seen
if (hasSeenCode() && !isOverlayChangeMode()) { // don't bother with the externs if no code was seen or in overlay change mode
extractExterns();
}
extractXml();