sindresorhus/cpy-cli

No errors on missing source

Opened this issue · 0 comments

As the title implies, if the source folder doesn't exist, the cpy-cli doesn't complain/raise errors and does an exit(0) too.

Example:

npx cpy "./resources/fonts/*.*" "./public/fonts" --concurrency=20