Skip to content

Commit

Permalink
Fix call to render
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Sep 16, 2024
1 parent f158b9d commit 728c235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/standalone-error-render.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ error_explain <- function(errors, code, how, call = parent.frame()) {
url <- sprintf("%s#%s",errors$url, tolower(code))
utils::browseURL(url)
} else {
render_error(err, how == "pretty")
error_render(err, how == "pretty")
}
}

Expand Down

0 comments on commit 728c235

Please sign in to comment.