Skip to content

Commit

Permalink
fix read dir
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Dec 14, 2024
1 parent e2e4d61 commit 1cbe404
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/addon-dev/src/rollup-public-entrypoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export default function publicEntrypoints(args: {
'**/*.gts',
'**/*.gjs',
];
// wait a bit first https://github.com/nodejs/node/issues/4760
await new Promise(resolve => setTimeout(resolve, 50));
let matches = walkSync(args.srcDir, {
globs: include,
ignore: args.exclude,
Expand Down

0 comments on commit 1cbe404

Please sign in to comment.