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

Command output is truncated when piped #151

Open
teogeos opened this issue Sep 6, 2017 · 0 comments
Open

Command output is truncated when piped #151

teogeos opened this issue Sep 6, 2017 · 0 comments

Comments

@teogeos
Copy link

teogeos commented Sep 6, 2017

Hello,
When piping remap-istanbul in the command line, if the output reaches a certain size it is truncated.

If I write remap-istanbul > remaped-coverage.json in a terminal, remaped-coverage.json contains the full expected json.

But if I use the pipe operator, like this remap-istanbul | cat > remaped-coverage.json, then remaped-coverage.json only contains the first 65536 bytes of json.

This node-sass issue seems related: sass/node-sass#1823

@dylans dylans added this to the 0.9.5 milestone Sep 11, 2017
@dylans dylans added the bug label Sep 11, 2017
@dylans dylans modified the milestones: 0.9.5, 0.10.1 Jan 11, 2018
@dylans dylans modified the milestones: 0.10.1, 0.10.2 Jan 22, 2018
@dylans dylans modified the milestones: 0.10.2, 0.12.0 Apr 8, 2018
@dylans dylans modified the milestones: 0.12.0, 0.13.0, 0.14.0 Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants