You'll notice
Useful2 Signal0
A crash when unwatching a file that was never actually being watched is fixed.
What's wrong with this entry?
Anonymous. No account, no email.
What
Removing the last listener for a watched entry whose watcher never started no longer throws.
Details
- Both unsubscribe paths check for a watcher object before calling close or unwatch.
Evidence
mku(a.listeners) && a.watcher
Strings lifted out of the shipped bundle, so the claim above can be checked against them.