Commit a5547bf
committed
Fix a bug in the sandbox breakout fix
The `return FAIL` was making the anonymous function of the forEach call
to return, that wasn't what I was expecting, so the last fix didn't have
any effects. I changed the code so now the `return FAIL` makes the main
function return.1 parent 42f6914 commit a5547bf
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
139 | | - | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
0 commit comments