Commit 07d2c78
authored
fix(builder): remove duplicate early-return in backfillNativeDroppedFiles (#1148)
The second `if (missingAbs.length === 0) return;` was dead — the first
identical check on the preceding line guaranteed it could never execute.
Closes #11441 parent 1ff4b54 commit 07d2c78
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1023 | 1023 | | |
1024 | 1024 | | |
1025 | 1025 | | |
1026 | | - | |
1027 | | - | |
1028 | 1026 | | |
1029 | 1027 | | |
1030 | 1028 | | |
| |||
0 commit comments