Skip to content

Commit e467d38

Browse files
committed
Update address
1 parent 0e01652 commit e467d38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

R/session/vsc.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ rebind <- function(sym, value, ns) {
125125
}
126126

127127
address <- function(x) {
128-
info <- utils::capture.output(.Internal(inspect(x, 0L)))
129-
gsub("@([a-z0-9]+)\\s+.+", "\\1", info[[1]])
128+
info <- utils::capture.output(.Internal(inspect(x, 0L, 0L)))
129+
sub("@([a-z0-9]+)\\s+.+", "\\1", info[[1]])
130130
}
131131

132132
globalenv_cache <- new.env(parent = emptyenv())

0 commit comments

Comments
 (0)