mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user