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

Improve GitException handling by injecting command output (stdout and… #50

Closed
wants to merge 1 commit into from

Conversation

Taitava
Copy link

@Taitava Taitava commented Jan 13, 2020

… stderr) to the message string.

I think this could help issues like #47 . See my comments in that issue.

@janpecha janpecha added this to the Version 4.0 milestone Jan 15, 2020
@janpecha
Copy link
Contributor

Thanks! Merged as 136879a

$exception->getRunnerResult()->getOutput();
$exception->getRunnerResult()->getErrorOutput();
// see CzProject\GitPhp\RunnerResult

@janpecha janpecha closed this Apr 29, 2021
@Taitava
Copy link
Author

Taitava commented Apr 30, 2021

Thanks! :) I'll check this in the future if I continue to work on a small project that uses this library. :)

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

Successfully merging this pull request may close these issues.

None yet

2 participants