Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Nov 5, 2023
1 parent b8fed32 commit dc95ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/settings.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ read_config_file <- function(config_file) {
eval(parsed_setting),
error = function(e) {
stop(
"Error from config setting '", setting, "' at call '", format(conditionCall(e)), "':\n",
"Error from config setting '", setting, "' while calling '", format(conditionCall(e)), "':\n",
" ", conditionMessage(e)
)
}
),
warning = function(w) {
warning(
"Warning from config setting '", setting, "' at call '", format(conditionCall(w)), "':\n",
"Warning from config setting '", setting, "' while calling '", format(conditionCall(w)), "':\n",
" ", conditionMessage(w)
)
invokeRestart("muffleWarning")
Expand Down

0 comments on commit dc95ae7

Please sign in to comment.