pastel
pastel copied to clipboard
When using `exit`, the exit code is incorrect and there's no way to disable console.log
It always exits with 0, even if you give it an error.
It also prints the error. The only way to disable it is to give it a dummy Error but it'll still print an empty line.
While this is related to #38, it's an issue in its own right too