purescript-deprecated / gulp-purescript

Gulp plugin providing PureScript compiler tasks
34 stars 8 forks source link

Add error message when option values are invalid #31

Closed ethul closed 9 years ago

ethul commented 9 years ago

For example

purescript.psc({noPrelude:true,main:'Chapter2',module:'Chapter2'})

yields an empty argument list. It should provide an error indicating that the module option failed to be parsed.