mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
Fix watcher error message typo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user