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
This will be a BC break when you do it, but fileLocation is an unnecessary param to this function. It duplicates information that is in the result object.
You should remove this so that the signatures for the 2 output hooks are:
getSingleResultLogMessage(result, format)
getAllResultsLogMessage(results, format)
The text was updated successfully, but these errors were encountered:
This will be a BC break when you do it, but
fileLocation
is an unnecessary param to this function. It duplicates information that is in theresult
object.You should remove this so that the signatures for the 2 output hooks are:
getSingleResultLogMessage(result, format)
getAllResultsLogMessage(results, format)
The text was updated successfully, but these errors were encountered: