mirror of https://github.com/status-im/reagent.git
Make sure gen-site exists, even when intervals are running
This commit is contained in:
parent
14ca20bc4b
commit
212f69e180
|
@ -33,5 +33,7 @@ if (!compileFail()) {
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e + beep);
|
console.log(e + beep);
|
||||||
console.error(e.stack);
|
console.error(e.stack);
|
||||||
|
process.exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
process.exit(0);
|
||||||
|
|
Loading…
Reference in New Issue