Skip to content

Commit

Permalink
added correct link to help debig inotify workers error on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
williamkennedy authored and ColinDKelley committed Dec 31, 2020
1 parent 645cdfd commit 0963b33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/listen/adapter/linux.rb
Expand Up @@ -21,8 +21,9 @@ class Linux < Base

private


WIKI_URL = 'https://github.com/guard/listen'\
'/wiki/Increasing-the-amount-of-inotify-watchers'
'/blob/master/README.md#increasing-the-amount-of-inotify-watchers'

INOTIFY_LIMIT_MESSAGE = <<-EOS.gsub(/^\s*/, '')
FATAL: Listen error: unable to monitor directories for changes.
Expand Down

0 comments on commit 0963b33

Please sign in to comment.