diff --git a/R/eval-select.R b/R/eval-select.R index fa82c61..f57a436 100644 --- a/R/eval-select.R +++ b/R/eval-select.R @@ -159,7 +159,7 @@ eval_select <- function(expr, allow_empty = allow_empty, allow_predicates = allow_predicates, error_arg = error_arg, - error_call = error_call, + error_call = error_call ) } diff --git a/R/eval-walk.R b/R/eval-walk.R index 25fb65d..5923a83 100644 --- a/R/eval-walk.R +++ b/R/eval-walk.R @@ -29,7 +29,7 @@ vars_select_eval <- function(vars, allow_predicates = allow_predicates, call = error_call ) - pos <- loc_validate(pos, vars) + pos <- loc_validate(pos, vars, call = error_call) pos <- ensure_named( pos, vars,