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

Error message missing #121

Open
sohobloo opened this issue Aug 9, 2022 · 1 comment
Open

Error message missing #121

sohobloo opened this issue Aug 9, 2022 · 1 comment
Labels

Comments

@sohobloo
Copy link

sohobloo commented Aug 9, 2022

stderr data may emit one complete error message by several chunks, like this:

  1. '\n'
  2. 'ERROR:\n'
  3. 'some error message.\n\n'

So error.js can not extract both level and message from these separated chunks correctly. In fact the message will missing on error event emitting. This makes me hard to determine whether it's an incorrect password error in my scenario.

IMO the matching should be done here: onEndFactory, with full stderr chunks join together.

@q2s2t q2s2t added the bug label Aug 26, 2022
@iko3
Copy link

iko3 commented Aug 30, 2022

experiencing same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants