mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-20 05:43:56 +00:00
f3f2fdfbab
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.