Commit b10c263
authored
Fix
## 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`yarn format:apple script (#3500)1 parent 8b717ae commit b10c263
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments