• Show log

    Commit

  • Hash : 6591deef
    Author : Carlos Martín Nieto
    Date : 2021-04-11T14:27:14

    repo: remove an inappropriate use of PASSTHROUGH
    
    This error code is for callbacks where we should act as though the callback was
    not set. This is not something that makes sense for a `_foreach` and checking
    for that error message to bubble up mostly is happenstance precisely because
    this is not an error code we expect in the callback.
    
    As part of removing this, let's also remove a use of foreach as we can open-code
    this check.