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

Task/fix child process output #45

Closed

Conversation

johanlantz
Copy link
Contributor

@johanlantz johanlantz commented Oct 1, 2018

Child process output fix for long message (happens in Android)

Includes #24, #25, #43, #44

@@ -332,8 +346,18 @@ ParamedicRunner.prototype.runLocalTests = function () {
if (!self.config.getPlatformId() === util.BROWSER) {
return execPromise(command);
}
runProcess = cp.exec(command, function () {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this and the following lines the actual change here?

@janpio janpio closed this Nov 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants