Commit cdebb52
committed
fix(QuickBuilder): Fix for potential scope walking bug
While not completely reproducible, some cases would find a
`url.id` value before the closed over `arguments.id`. This approach
avoids the problem altogether.1 parent 27a871f commit cdebb52
1 file changed
Lines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
867 | 867 | | |
868 | 868 | | |
869 | 869 | | |
870 | | - | |
871 | | - | |
872 | | - | |
873 | | - | |
874 | | - | |
875 | | - | |
876 | | - | |
877 | | - | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
878 | 877 | | |
879 | 878 | | |
880 | 879 | | |
| |||
0 commit comments