Skip to content

Commit 67a1c2f

Browse files
asgerfCopilot
andauthored
Update javascript/extractor/src/com/semmle/js/extractor/AutoBuild.java
Co-authored-by: Copilot <[email protected]>
1 parent 6783456 commit 67a1c2f

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
@@ -465,7 +465,7 @@ public int run() throws IOException {
465465
try {
466466
CompletableFuture<?> sourceFuture = extractSource();
467467
sourceFuture.join(); // wait for source extraction to complete
468-
if (hasSeenCode() && !isOverlayChangeMode()) { // don't bother with the externs if no code was seen
468+
if (hasSeenCode() && !isOverlayChangeMode()) { // don't bother with the externs if no code was seen or in overlay change mode
469469
extractExterns();
470470
}
471471
extractXml();

0 commit comments

Comments
 (0)