| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent db2496c commit afc1628
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,7 +25,7 @@ function replaceWindowsPaths(str) { | |||
| 25 | 25 | } | |
| 26 | 26 | ||
| 27 | 27 | function replaceFullPaths(str) { | |
| 28 | - return str.replaceAll(path.resolve(__dirname, '../..'), ''); | ||
| 28 | + return str.replaceAll('\\\'', "'").replaceAll(path.resolve(__dirname, '../..'), ''); | ||
| 29 | 29 | } | |
| 30 | 30 | ||
| 31 | 31 | function transform(...args) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments