chalk/supports-color

The issue has been closed
Breaks on Cloudflare Workers #159
hugo082 posted onGitHub
Accessing process.argv
on Clouflare Workers ends up with an undefined
value.
Can we make sure to deal with it and securise the access to it? So the code will not break on Cloudflare Workers.
Currently, it fails with TypeError: Cannot read properties of undefined (reading 'indexOf')