Skip to content

Commit

Permalink
try tryInvokeRestart() backport again
Browse files Browse the repository at this point in the history
  • Loading branch information
nbenn committed Dec 21, 2023
1 parent 2373404 commit 259b67f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/dbFetch_AdbiResult.R
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ conversion_warn_handler <- function(to) {

if (getRversion() >= "4.0.0") {

restart_fun <- tryInvokeRestart
restart_fun <- get("tryInvokeRestart", envir = getNamespace("base"),
mode = "function", inherits = FALSE)

} else {

Expand Down

0 comments on commit 259b67f

Please sign in to comment.