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

[cosmos-gui] Correct cmd_runner.js error handling #48

Open
frbattid opened this issue Jul 28, 2015 · 0 comments
Open

[cosmos-gui] Correct cmd_runner.js error handling #48

frbattid opened this issue Jul 28, 2015 · 0 comments

Comments

@frbattid
Copy link
Member

Currently, there is a variable named resStderr in charge of accumulating all the messages the commands send to stderr. Nevertheless, not always a command prints in stderr means the command has failed. Thus, by simply checking for the emptyness or nullness of resStderr is not a valid mechanism in order to know if the command execution went well.

Still thinking how this can be fixed.

Effort: 1 man day

@frbattid frbattid added this to the release/0.2.0 milestone Jul 28, 2015
@frbattid frbattid changed the title [cosmos-gui] Correct cmr_runner.js error handling [cosmos-gui] Correct cmd_runner.js error handling Jan 11, 2016
@frbattid frbattid removed this from the release/0.4.0 milestone Sep 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant