Alexander Kuznetsov

Results 70 comments of Alexander Kuznetsov

Yeah, that's because you have some console output occurred during progress (that "Child" line, I believe). I don't know is there a way to track what was printed in console...

@mathieumg btw what terminal and font are you using? Your cat looks more like Cheshire cat :)

@mathieumg check out a new version, should be fixed now.

@mathieumg try to turn off `webpack.ProgressPlugin` if you have it, they are not supposed to be used together (should mention it in README probably).

Hmm. Can you make an example project then?

@mathieumg just reproduced the issue - it happens when console output doesn't fit screen height. Will try to fix that.

Should be better now

@mathieumg can you check it, so I can close this issue?

Turned out I forgot that I'm using non-standard terminal :) Seems like default terminal in MacOS doesn't support restoring/saving cursor position, so I had to disable that feature by default.

I'm not quite sure I understand what you mean. Can you describe the case you trying to solve?