mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-29 12:46:32 +03:00
Don't print the stack trace when errors happen
This commit is contained in:
parent
1bb4a13ce0
commit
09027a3834
@ -37,6 +37,6 @@ run(
|
|||||||
},
|
},
|
||||||
console.log.bind(console),
|
console.log.bind(console),
|
||||||
).catch((e) => {
|
).catch((e) => {
|
||||||
console.error(e);
|
console.error(e.toString());
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user