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
## Description
For some reason running `yarn format:apple` was working fine, even
though running `apple/ -iname *.h` resulted in an error. This confusing
behavior seems to be fixed in `yarn 4`, so now trying to run this script
results in error:
```
No matches found: "*.h"
```
This PR fixes this error.
## Test plan
Run `yarn format:apple`
0 commit comments