Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information