diff --git a/bin/gen-site.js b/bin/gen-site.js index 6632654..aefbe47 100755 --- a/bin/gen-site.js +++ b/bin/gen-site.js @@ -33,5 +33,7 @@ if (!compileFail()) { } catch (e) { console.log(e + beep); console.error(e.stack); + process.exit(1); } } +process.exit(0);