Skip to content

Commit fd6b018

Browse files
committed
chore: Converted errors unit tests to node:test
1 parent ab64cb4 commit fd6b018

File tree

2 files changed

+1325
-1466
lines changed

2 files changed

+1325
-1466
lines changed

lib/config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ Config.prototype.logUnknown = function logUnknown(json, key) {
839839
/**
840840
* Gets the user set host display name. If not provided, it returns the default value.
841841
*
842-
* This function is written is this strange way because of the use of caching variables.
842+
* This function is written in this strange way because of the use of caching variables.
843843
* I wanted to cache the DisplayHost, but if I attached the variable to the config object,
844844
* it sends the extra variable to New Relic, which is not desired.
845845
*

0 commit comments

Comments
 (0)