-
Notifications
You must be signed in to change notification settings - Fork 26
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
First line stay in console #13
Comments
I'm not sure I understand the screenshot. Can you make a simpler case and see if it works? |
I will try to make a simpler case. In the mean time i made a video screenshot maybe it's clearer |
I think it's because i play with "stdin"
|
Ahh, yeah, that is probably not a good idea to mix with |
i just try changing line 28 in the index.js file of the module
by removing the "-1"
It fix my problem, and when i run the test.js file, everything look fine as well Can i propose this as a PR ? or the "-1" has a purpose |
I'm almost in my bed, but it'd be nice if you do a PR, then I'll take a look tomorrow |
Same for me ;) Thank's for your time and for the module :D |
As explain in this issue freeall#13
Hi,
The first line stay in the console when i do
log(logStr.join('\n')) //logStr is a array of string
Am i doing something wrong?
Is there someone experiencing the same "bug" ?
Thank you in advance
The text was updated successfully, but these errors were encountered: