Skip to content

Commit

Permalink
More tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Jun 9, 2024
1 parent 70e17a2 commit 386aec3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion R/utils-git.R
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,11 @@ challenge_uncommitted_changes <- function(
if (choice == 1) {
return(invisible())
} else {
ui_abort("Uncommitted changes. Please commit before continuing.", call = NULL)
ui_abort(
"Uncommitted changes. Please commit before continuing.",
call = caller_env()
)
return(invisible())
}
}
}
Expand Down

0 comments on commit 386aec3

Please sign in to comment.