Make sure gen-site exists, even when intervals are running

This commit is contained in:
Dan Holmsand 2015-02-09 14:14:12 +01:00
parent 14ca20bc4b
commit 212f69e180
1 changed files with 2 additions and 0 deletions

View File

@ -33,5 +33,7 @@ if (!compileFail()) {
} catch (e) {
console.log(e + beep);
console.error(e.stack);
process.exit(1);
}
}
process.exit(0);