Skip to content

ignore non-zero git error when context is cancelled

Administrator requested to merge cc/avoid-context-cancel-error into main

Created by: camdencheek

When the context is cancelled, the git subprocess will be killed, causing a non-zero exit status with no stderr content. This is currently logged, but makes for a confusing message because there is no stderr. This is not actually an issue, so the error should be ignored.

Merge request reports

Loading