We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want Nothing to result in infinity
purescript-node-execa/src/Node/Library/Execa/GetStream.purs
Line 37 in 9d8b11c
but if I will set Nothing - it will be overriden
purescript-node-execa/src/Node/Library/Execa.purs
Line 238 in 9d8b11c
(this is me trying to finish https://github.com/srghma/purescript-tidy/pull/1/files#diff-09daa251f442ef54cabb8984167899cfceb4f53392275f554b5a06906eda48b5)
I think options from
Lines 188 to 198 in 9d8b11c
should be moved to
Lines 149 to 170 in 9d8b11c
The text was updated successfully, but these errors were encountered:
Would options = Just Data.Number.infinity work?
options = Just Data.Number.infinity
Sorry, something went wrong.
yes, it works, this is how I fixed other issue in this repo (stdout was an empty string on Normal 0)
stdout
Normal 0
No branches or pull requests
I want Nothing to result in infinity
purescript-node-execa/src/Node/Library/Execa/GetStream.purs
Line 37 in 9d8b11c
but if I will set Nothing - it will be overriden
purescript-node-execa/src/Node/Library/Execa.purs
Line 238 in 9d8b11c
(this is me trying to finish https://github.com/srghma/purescript-tidy/pull/1/files#diff-09daa251f442ef54cabb8984167899cfceb4f53392275f554b5a06906eda48b5)
I think options from
purescript-node-execa/src/Node/Library/Execa.purs
Lines 188 to 198 in 9d8b11c
should be moved to
purescript-node-execa/src/Node/Library/Execa.purs
Lines 149 to 170 in 9d8b11c
The text was updated successfully, but these errors were encountered: