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