| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 651fee4 commit 44c3cc2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -51,7 +51,7 @@ function errnoException(err, syscall, hostname) { | |||
| 51 | 51 | } | |
| 52 | 52 | var ex = null; | |
| 53 | 53 | if (typeof err === 'string') { // c-ares error code. | |
| 54 | - const errHost = hostname ? ' ' + hostname : ''; | ||
| 54 | + const errHost = hostname ? ` ${hostname}` : ''; | ||
| 55 | 55 | ex = new Error(`${syscall} ${err}${errHost}`); | |
| 56 | 56 | ex.code = err; | |
| 57 | 57 | ex.errno = err; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments