| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d8046fc commit eceeed7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -162,7 +162,7 @@ Object.setPrototypeOf(Agent, HttpAgent); | |||
| 162 | 162 | Agent.prototype.createConnection = createConnection; | |
| 163 | 163 | ||
| 164 | 164 | Agent.prototype.getName = function getName(options) { | |
| 165 | - var name = HttpAgent.prototype.getName.call(this, options); | ||
| 165 | + let name = HttpAgent.prototype.getName.call(this, options); | ||
| 166 | 166 | ||
| 167 | 167 | name += ':'; | |
| 168 | 168 | if (options.ca) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments