In plugins/fs/src/watcher.rs, notify errors were discarded (TODO), so a watch that died left no trace. They are now logged with log::error!. Reporting them to the JS callback would change the event payload and is deferred to v3.