Commit 20dda87
committed
fix: check-translations ran out of memory listing origin files
listOrigin() used glob('**/*') which followed the broken pnpm symlinks under origin/adev/node_modules (pointing to origin/node_modules/.pnpm, which does not exist), causing the traversal to blow up until the process OOM'd. Skip symbolic links and ignore node_modules entirely, since it is not translatable content.1 parent e2afc68 commit 20dda87
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
275 | 280 | | |
276 | 281 | | |
277 | 282 | | |
| |||
0 commit comments