Skip to content
New issue

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

Linux stderr and stdout not printing #15

Closed
kurtlawrence opened this issue Mar 14, 2019 · 2 comments
Closed

Linux stderr and stdout not printing #15

kurtlawrence opened this issue Mar 14, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@kurtlawrence
Copy link
Owner

papyrus=> println!("stdout") on linux build, does not direct output

@kurtlawrence
Copy link
Owner Author

It works for the pad on linux, i have narrowed it down to the fact that using a DefaultTerminal will also be gagged even on another thread.

This does not seem to happen on windows, maybe because when gagged it is thread orientated.

@kurtlawrence
Copy link
Owner Author

The fix was to flag if redirection was needed, and when using DefaultTerminal flag as false.

e409ced

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant