Fix watcher error message typo

This commit is contained in:
Yash
2025-06-14 13:25:21 +05:30
parent b147f14fef
commit 5313704d84

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);