You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pkg.errors.Capture returns a closure. This is meant to be used in a defer where the returned closure is called at defer-time so it must be Capture(args)() but there is no error if is it only Capture(arg) which does nothing useful at defer time.
pkg.errors.Capture returns a closure. This is meant to be used in a defer where the returned closure is called at defer-time so it must be
Capture(args)()
but there is no error if is it onlyCapture(arg)
which does nothing useful at defer time.influxdb/pkg/errors/error_capture.go
Line 14 in f74c69c
Search for this mistake.
The text was updated successfully, but these errors were encountered: