| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 34bfbfe commit c8247a7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,11 +10,7 @@ const includeData = {}; | |||
| 10 | 10 | ||
| 11 | 11 | function preprocess(inputFile, input, cb) { | |
| 12 | 12 | input = stripComments(input); | |
| 13 | - processIncludes(inputFile, input, function(err, data) { | ||
| 14 | - if (err) return cb(err); | ||
| 15 | - | ||
| 16 | - cb(null, data); | ||
| 17 | - }); | ||
| 13 | + processIncludes(inputFile, input, cb); | ||
| 18 | 14 | } | |
| 19 | 15 | ||
| 20 | 16 | function stripComments(input) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments