purescript-contrib / pulp

A build tool for PureScript projects
GNU Lesser General Public License v3.0
445 stars 86 forks source link

Passthrough options for `pulp run` are not working #318

Closed adius closed 6 years ago

adius commented 6 years ago
$ pulp run -- path/to/file.txt
* Building project in /Users/adrian/Projects/example
Error found:
at path/to/file.txt line 3, column 18 - line 3, column 18

  Unable to parse module:
  unexpected "0"
  expecting end of character

See https://github.com/purescript/documentation/blob/master/errors/ErrorParsingModule.md for more information,
or to contribute content related to this error.

* ERROR: Subcommand terminated with exit code 1
hdgarrood commented 6 years ago

Thanks for the report! This is a duplicate of #309.

adius commented 6 years ago

Weird, I searched for similar issues, but didn't find any 😅. Sorry for the duplicate...

hdgarrood commented 6 years ago

No worries :) it's probably because I only just changed the title.