Skip to content

Commit

Permalink
[facebook#36475] A fix in Codegen for Windows build host
Browse files Browse the repository at this point in the history
  • Loading branch information
birdofpreyru committed Mar 20, 2023
1 parent a999f0d commit 755082d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fileList.forEach(file => {
const dirFiles = glob
.sync(`${file}/**/*.{js,ts,tsx}`, {
nodir: true,
windowsPathsNoEscape: true,
})
.filter(element => filterJSFile(element, platform));
allFiles.push(...dirFiles);
Expand Down

0 comments on commit 755082d

Please sign in to comment.