mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-25 00:51:28 +02:00
A non-nil check passes for a lookup that failed for some unrelated reason, which would let the context handling regress unnoticed. exec.Cmd.Start returns the context's own error when it is already done, so the wrapped error carries context.Canceled and can be asserted directly.