Skip to content

Conversation

@f-f
Copy link
Member

@f-f f-f commented Feb 1, 2026

Fix #1341

Comment on lines +26 to +27
= StdioInherit -- ^ Use parent's stream (preserves TTY properties)
| StdioPipe -- ^ Create new pipe (captures output but loses TTY)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this Haskell syntax? PureScript provides no docs for constructors so usually we put all of it in the block comment.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haskell syntax. I don't mind it 😄

@f-f f-f merged commit bf53a9f into master Feb 1, 2026
5 checks passed
@f-f f-f deleted the f-f/fix-tty branch February 2, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unlike spago-legacy, PureScript version creates child-process which is non-TTY

3 participants