Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not ruin arguments for future candidates:
There's a loop that goes through hook candidates and runs their hooks. We shifted the parameters in case it was us, but it appears that `@_` is reused, so we mustn't destroy it. Instead we copy it over and use the copy.
- Loading branch information