Skip to content

Commit 8ff8415

Browse files
committed
Add missing continue
1 parent 32cd829 commit 8ff8415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@ function resolveTagsToUses(results)
672672
if (entry)
673673
{
674674
res.push({ type: "sentinel", key: entry[0], value: entry[1] });
675+
continue;
675676
}
676677
}
677678
res.push(result);

0 commit comments

Comments
 (0)