mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-25 22:50:42 +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),
|
||||
).catch((e) => {
|
||||
console.error(e);
|
||||
console.error(e.toString());
|
||||
process.exit(1);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user