Skip to content

Commit acabb6d

Browse files
committed
issue #509: simplify INotifyMaxWatchesExceeded message
1 parent 5da51e0 commit acabb6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/listen/adapter/linux.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ def _configure(directory, &callback)
3030
@worker.watch(directory.to_s, *options.events, &callback)
3131
rescue Errno::ENOSPC
3232
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.
33+
Unable to monitor directories for changes because iNotify max watches exceeded. See #{README_URL} .
3534
EOS
3635
end
3736

0 commit comments

Comments
 (0)