mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-01 07:45:22 +03:00
Make sure build error is printed.
This commit is contained in:
parent
6f2a29a1f1
commit
d48d062ed7
@ -116,8 +116,8 @@ async function run(options) {
|
||||
}
|
||||
const cliDone = runCli(options);
|
||||
await cliDone;
|
||||
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
buildError = true;
|
||||
try {
|
||||
const reviewOutput = JSON.parse(await runElmReview());
|
||||
|
Loading…
Reference in New Issue
Block a user