Skip to content

Commit 089e2d9

Browse files
committed
pass call for error message
1 parent 0afda4e commit 089e2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: R/pair-links.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ obj_print_footer.ggalign_pair_links <- function(x, ...) {
118118

119119
#' @export
120120
`[<-.ggalign_pair_links` <- function(x, i, value) {
121-
value <- lapply(value, as_pair_link, x_arg = "value")
121+
value <- lapply(value, as_pair_link, x_arg = "value", call = current_call())
122122
NextMethod()
123123
}
124124

0 commit comments

Comments
 (0)