helios1138/graphql-typed-client

Cli process always is finished with 0 code

p-fedyukovich opened this issue · 1 comments

Hi!
I faced with CI problem when error is occurred program exits with 0 code, which means that everything is okay. So that afterwards processes proceeds. I think that is wrong behavior, better close application with 1 code

.catch(e => console.log(chalk.red(e.stack)))

fixed in e2811c4