Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore :undefined_variable "reason" in getvar
`catch` returns value of second argument to `throw`, which until 860a2761f334c964068038b3ef6853f08beb1df5 was `nil`, but now is non-falsey reason for error. short-circuit using return and eval to nil if `throw` was caught.
- Loading branch information