Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined config object permitted but not handled correctly #58

Open
HoldYourWaffle opened this issue Feb 23, 2019 · 0 comments
Open

Undefined config object permitted but not handled correctly #58

HoldYourWaffle opened this issue Feb 23, 2019 · 0 comments

Comments

@HoldYourWaffle
Copy link

This piece of code can throw a TypeError if no config option was given (as permitted by the type definition).

E.g:

copyfiles([ 'in/', 'out/' ], {}, errorFunction); //this is fine
copyfiles([ 'in/', 'out/' ], errorFunction); //this gets a TypeError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant