We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6abeb commit 6a502b4Copy full SHA for 6a502b4
1 file changed
R/data.table.R
@@ -1248,7 +1248,7 @@ replace_dot_alias = function(e) {
1248
.reassign_extracted_table(
1249
name, x, parent.frame(),
1250
err_msg_detail = "L[[i]][,:=]",
1251
- err_msg_na = NULL # Triggers internal_error
+ err_msg_na = NULL # Shouldn't be needed; triggers internal error if so
1252
)
1253
} # TO DO: else if env$<- or list$<-
1254
}
0 commit comments