| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fbec5ec commit 16c6222
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -127,10 +127,10 @@ Agent.prototype.getName = function getName(options) { | |||
| 127 | 127 | // Pacify parallel/test-http-agent-getname by only appending | |
| 128 | 128 | // the ':' when options.family is set. | |
| 129 | 129 | if (options.family === 4 || options.family === 6) | |
| 130 | - name += ':' + options.family; | ||
| 130 | + name += `:${options.family}`; | ||
| 131 | 131 | ||
| 132 | 132 | if (options.socketPath) | |
| 133 | - name += ':' + options.socketPath; | ||
| 133 | + name += `:${options.socketPath}`; | ||
| 134 | 134 | ||
| 135 | 135 | return name; | |
| 136 | 136 | }; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments