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
returnparsed, previousErr// <- Keep the previous error as this function should still return an error once everything has been checked if any call failed
log.Error("invalid integer for %s representation in %s hash spec %s", param, algorithmName, config)
25
27
return0, err
26
28
}
27
-
returnparsed, previousErr// <- Keep the previous error as this function should still return an error once everything has been checked if any call failed
29
+
returnT(parsed), previousErr// <- Keep the previous error as this function should still return an error once everything has been checked if any call failed
0 commit comments