Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Oct 21, 2024
1 parent 5e05b2e commit c9c818a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/data.table.R
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ replace_dot_alias = function(e) {
stopf("Object '%s' not found amongst %s", used, brackify(ref))
}
} else {
# Don't use stopf() directly, since err$message might have '%', #6588
stopf("%s", err$message, domain=NA)
}
}
Expand Down

0 comments on commit c9c818a

Please sign in to comment.