Skip to content

Commit

Permalink
Add ... to get_code.qenv.error (#177)
Browse files Browse the repository at this point in the history
Similarly to #168 and #169
  • Loading branch information
m7pr committed Nov 28, 2023
1 parent 067f7a5 commit 8a650da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/qenv-get_code.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ setMethod("get_code", signature = "qenv", function(object, deparse = TRUE) {

#' @rdname get_code
#' @export
setMethod("get_code", signature = "qenv.error", function(object) {
setMethod("get_code", signature = "qenv.error", function(object, ...) {
stop(
errorCondition(
sprintf(
Expand Down
2 changes: 1 addition & 1 deletion man/get_code.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a650da

Please sign in to comment.