Skip to content

Commit

Permalink
Also don't try translating it
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Oct 21, 2024
1 parent 38588c6 commit 5e05b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/data.table.R
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ replace_dot_alias = function(e) {
stopf("Object '%s' not found amongst %s", used, brackify(ref))
}
} else {
stopf("%s", err$message)
stopf("%s", err$message, domain=NA)
}
}

Expand Down

0 comments on commit 5e05b2e

Please sign in to comment.