marksmccann / node-sass-extra

A drop-in replacement for node-sass' Node API that adds support for globs, promises and more.
MIT License
2 stars 1 forks source link

fix: invalid options type throws error #42

Closed marksmccann closed 5 years ago

marksmccann commented 5 years ago

Error is thrown if a non-object is passed into options. Error messages were updated to emulate the verbiage of node-sass' error messaging.

closes #38