Skip to content

Commit c2ca7cb

Browse files
nocov
1 parent 0aabd95 commit c2ca7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/data.table.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ replace_dot_alias = function(e) {
139139
idx = match(j, names(k))
140140
if (is.na(idx)) {
141141
if (is.null(err_msg_na)) {
142-
internal_error("item '%s' not found in names of list", origj)
142+
internal_error("item '%s' not found in names of list", origj) # nocov
143143
} else {
144144
stopf(err_msg_na, origj)
145145
}

0 commit comments

Comments
 (0)