Merge pull request #23 from retorquere:patch-1
Report build errors as error status
This commit is contained in:
commit
29b57965e2
@ -179,4 +179,7 @@ async function main() {
|
||||
);
|
||||
}
|
||||
|
||||
main();
|
||||
main().catch(err => {
|
||||
console.log(err);
|
||||
process.exit(1);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user