Skip to content

Fix return value when Geo nodes are not in sync

Stan Hu requested to merge sh-fix-geo-iat-return-value into master

In #2469 (closed), we see an ugly backtrace because the return value is not correct when the Geo nodes are not in sync. This MR fixes that so the callers won't attempt to continue.

Merge request reports