| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -368,7 +368,7 @@ class StatusLoader { | |||
| 368 | 368 | const list = this.grep(filepath); | |
| 369 | 369 | result = result.concat(list); | |
| 370 | 370 | } else { | |
| 371 | - if (!(/\.\w+\.js$/.test(filepath))) { | ||
| 371 | + if (!(/\.\w+\.js$/.test(filepath)) || filepath.endsWith('.helper.js')) { | ||
| 372 | 372 | continue; | |
| 373 | 373 | } | |
| 374 | 374 | result.push(filepath); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments