Merge pull request #4893 from stupidly-logical/fix/watcher_err_handling

Fix watcher error message typo
This commit is contained in:
Anoop M D
2025-06-14 13:51:12 +05:30
committed by GitHub

View File

@@ -565,7 +565,7 @@ class Watcher {
`\nCould not start watcher for ${watchPath}:`,
'ENOSPC: System limit for number of file watchers reached!',
'Trying again with polling, this will be slower!\n',
'Update you system config to allow more concurrently watched files with:',
'Update your system config to allow more concurrently watched files with:',
'"echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p"'
);
this.addWatcher(win, watchPath, collectionUid, brunoConfig, true, useWorkerThread);