We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6783456 commit 67a1c2fCopy full SHA for 67a1c2f
javascript/extractor/src/com/semmle/js/extractor/AutoBuild.java
@@ -465,7 +465,7 @@ public int run() throws IOException {
465
try {
466
CompletableFuture<?> sourceFuture = extractSource();
467
sourceFuture.join(); // wait for source extraction to complete
468
- 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
469
extractExterns();
470
}
471
extractXml();
0 commit comments