Closed tombruijn closed 2 months ago
When a process exits normally (without an error) the report_error helper would log an error about the error value (nil) not being a valid exception.
report_error
nil
Only continue to report_error helper if the Ruby last error object is not nil.
Fixes #1271
When a process exits normally (without an error) the
report_error
helper would log an error about the error value (nil
) not being a valid exception.Only continue to
report_error
helper if the Ruby last error object is notnil
.Fixes #1271