Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Capture and display error #16

Open
unional opened this issue May 20, 2019 · 0 comments
Open

Capture and display error #16

unional opened this issue May 20, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@unional
Copy link
Owner

unional commented May 20, 2019

Currently, it only displays the resulting error, which is not that useful:

jest-watch-exec: executes on-start: yarn build
{ Error: Command failed: yarn build
error Command failed with exit code 1.

    at ChildProcess.exithandler (child_process.js:288:12)
    at ChildProcess.emit (events.js:182:13)
    at maybeClose (internal/child_process.js:962:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:249:5) killed: false, code: 1, signal: null, cmd: 'yarn build' 

Should capture stdout/stderr and display them.

@unional unional added the help wanted Extra attention is needed label May 20, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant