| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a625d82 commit 547c284
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ for (const test of failureTests) { | |||
| 36 | 36 | return false; | |
| 37 | 37 | ||
| 38 | 38 | // The input could be processed, so we don't do strict matching here | |
| 39 | - const match = (error + '').match(/Invalid URL: (.*)$/); | ||
| 39 | + const match = (`${error}`).match(/Invalid URL: (.*)$/); | ||
| 40 | 40 | if (!match) { | |
| 41 | 41 | return false; | |
| 42 | 42 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments