| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a2062dd commit 5d28a24
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -90,7 +90,8 @@ const engine_twig_php = { | |||
| 90 | 90 | if (results.ok) { | |
| 91 | 91 | resolve(results.html + details); | |
| 92 | 92 | } else { | |
| 93 | - reject(results.message); | ||
| 93 | + console.log(results.message); | ||
| 94 | + process.exit(1); | ||
| 94 | 95 | } | |
| 95 | 96 | }) | |
| 96 | 97 | .catch(error => { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments