Commit 7c81d37
fix: add retry logic to fs.rmSync to handle ENOTEMPTY errors
Add maxRetries and retryDelay options to fs.rmSync() call in build-schemas.ts
to handle race conditions that can occur during directory cleanup. This fixes
the ENOTEMPTY error that was causing CI builds to fail.
Resolves: https://github.com/objectstack-ai/spec/actions/runs/21706243682
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 9bc8810 commit 7c81d37
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments