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

Feature Request: pass comman object and exit status to fail handler #181

Closed
abdulkareemnalband opened this issue Jan 14, 2019 · 0 comments · Fixed by #228
Closed

Feature Request: pass comman object and exit status to fail handler #181

abdulkareemnalband opened this issue Jan 14, 2019 · 0 comments · Fixed by #228

Comments

@abdulkareemnalband
Copy link

when using concurrently using javascript api in error handler we dont get any informaytion regarding failing process
pass relevant information in error object

peruukki added a commit to peruukki/concurrently that referenced this issue Jun 7, 2020
Return command information and index in addition to the exit code in the
command close stream and the completion listener Promise. This way we can
associate the exit codes with the commands when using 'concurrently'
programmatically.

Resolves open-cli-tools#181.
peruukki added a commit to peruukki/concurrently that referenced this issue Jun 7, 2020
Return command information and index in addition to the exit code in the
command close stream and the completion listener Promise value. This way we
can associate the exit codes with the commands when using 'concurrently'
programmatically.

Resolves open-cli-tools#181.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants