git-sync/pkg/logging
Sam Dowell 00e00f019f fix: gracefully handle nil err in Logger
This handles the case where a null error is passed into the Logger
without causing a null pointer dereference / segfault. There are
currently a couple places that invoke this function with a nil error and
were resulting in a segfault.
2025-06-16 10:04:58 -07:00
..
logging.go fix: gracefully handle nil err in Logger 2025-06-16 10:04:58 -07:00