mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-28 14:23:04 +03:00
Print formatted error in another location.
This commit is contained in:
parent
2d91992c6e
commit
088e9b297d
@ -208,7 +208,7 @@ async function run(options) {
|
||||
);
|
||||
} catch (error) {
|
||||
if (error) {
|
||||
console.error(error);
|
||||
console.error(restoreColorSafe(error));
|
||||
}
|
||||
buildError = true;
|
||||
process.exitCode = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user