mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-28 12:21:08 +00:00
This was a wrong check as an exit code of 0 means success, not failure. It used to be fine as blocking mode always returned -2, but this was changed in #32033 to return the exit code. Fixes #32424.