Commit 165b9a3
fix(dsn-cache): replace Bun.file().exists() with stat() in validateFileMtime
Bun.file().exists() can hang on Linux CI (overlayfs/Docker environments).
Use stat() from node:fs/promises consistently with validateDirMtime.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent faa5f7e commit 165b9a3
1 file changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
| 256 | + | |
| 257 | + | |
261 | 258 | | |
262 | | - | |
| 259 | + | |
263 | 260 | | |
264 | 261 | | |
265 | 262 | | |
| |||
0 commit comments