We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7267396 commit 52604fdCopy full SHA for 52604fd
lib/https.js
@@ -162,7 +162,7 @@ Object.setPrototypeOf(Agent, HttpAgent);
162
Agent.prototype.createConnection = createConnection;
163
164
Agent.prototype.getName = function getName(options) {
165
- var name = HttpAgent.prototype.getName.call(this, options);
+ let name = HttpAgent.prototype.getName.call(this, options);
166
167
name += ':';
168
if (options.ca)
0 commit comments