We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da51e0 commit acabb6dCopy full SHA for acabb6d
lib/listen/adapter/linux.rb
@@ -30,8 +30,7 @@ def _configure(directory, &callback)
30
@worker.watch(directory.to_s, *options.events, &callback)
31
rescue Errno::ENOSPC
32
raise ::Listen::Error::INotifyMaxWatchesExceeded, <<~EOS
33
- FATAL: Listen error: Unable to monitor directories for changes because iNotify max watches exceeded.
34
- Visit #{README_URL} for info on how to fix this.
+ Unable to monitor directories for changes because iNotify max watches exceeded. See #{README_URL} .
35
EOS
36
end
37
0 commit comments