Skip to content

Commit f2bc0cd

Browse files
committed
chore(changeset): add changeset for #352 workspace-watcher hardening
Author's PR didn't include a changeset; addressing the bot reviewer's Minor finding post-merge so the next release notes capture the behavior change.
1 parent 152b244 commit f2bc0cd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@open-codesign/desktop": patch
3+
---
4+
5+
Harden the workspace files watcher: fall back to polling for any filesystem watch error (previously only EPERM / EACCES / EISDIR), explicitly covering EINVAL, ENOSPC, and ERR_FEATURE_UNAVAILABLE_ON_PLATFORM that surface on Windows UNC paths, full disks, and Bun runtimes. Unknown FS errors now degrade gracefully instead of breaking the Files panel. (#352)

0 commit comments

Comments
 (0)