| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 03803ee commit 1a8b0e9
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -116,7 +116,7 @@ function ClientRequest(options, cb) { | |||
| 116 | 116 | ||
| 117 | 117 | var path; | |
| 118 | 118 | if (options.path) { | |
| 119 | - path = '' + options.path; | ||
| 119 | + path = String(options.path); | ||
| 120 | 120 | var invalidPath; | |
| 121 | 121 | if (path.length <= 39) { // Determined experimentally in V8 5.4 | |
| 122 | 122 | invalidPath = isInvalidPath(path); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments