Add error message when option values are invalid
Closed this issue · 0 comments
ethul commented
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.