dylanb / gulp-coverage

Gulp coverage reporting for Node.js that is independent of the test runner
MIT License
60 stars 12 forks source link

Defend options hash #2

Closed p3drosola closed 10 years ago

p3drosola commented 10 years ago

If the hash is not present it fails, even if the options are not required. It's better to defend against a missing options object.