css-purge
css-purge copied to clipboard
Can we stop using proccess.exit(1)?
This way to exit code causes a lot of trouble when you just want to try/catch the exception. It caused the whole program to just stop when running on nodejs app.