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

Resolves a bug where watch would break output. #80

Closed
wants to merge 1 commit into from

Conversation

jamesplease
Copy link

For whatever reason, this conditional would break the output of the module. I have no idea why this was added, but removing it does fix the issue. I've verified that this line is the culprit by removing it altogether, and in that case the build always fails, whether watch is on or not.

Resolves #79

For whatever reason, this conditional would break the output of the module. I have no idea why this was added, but removing it does fix the issue. I've verified that this line is the culprit by removing it altogether, and in that case the build always fails, whether watch is on or not.

Resolves shama#79
@jamesplease
Copy link
Author

Hm, seems like the fail is unrelated to the change?

@jamesplease
Copy link
Author

I have no idea the consequences of this change, and I figured out a solution that doesn't involve piping the results. So I'm gonna close this as unsafe2merge.

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.

[bug?] Piping not working when watch is true
1 participant