You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ungit trying watch all files in subdirs, ignore .gitignore, and dies. But should only watch to tracked files(git ls-files).
2023-10-19T12:54:30.466Z - error: Error: ENOSPC: System limit for number of file watchers reached, watch '/var/www/00host/core/test_38/vendor/local/lib/perl5/site_perl/5.36.1/x86_64-linux/auto/Mozilla/CA'
at FSWatcher.<computed> (node:internal/fs/watchers:247:19)
at Object.watch (node:fs:2442:36)
at /usr/lib64/node_modules/ungit/node_modules/node-watch/lib/watch.js:398:22
asNativeRecursive (/usr/lib64/node_modules/ungit/node_modules/node-watch/lib/has-native-recursive.js:61:12)
at Watcher.watchDirectory (/usr/lib64/node_modules/ungit/node_modules/node-watch/lib/watch.js:381:3)
at /usr/lib64/node_modules/ungit/node_modules/node-watch/lib/watch.js:414:16
at /usr/lib64/node_modules/ungit/node_modules/node-watch/lib/watch.js:143:35
at Array.forEach (<anonymous>)
at /usr/lib64/node_modules/ungit/node_modules/node-watch/lib/watch.js:141:13
at FSReqCallback.oncomplete (node:fs:189:23)
Stopped keeping ungit alive
Ungit trying watch all files in subdirs, ignore .gitignore, and dies. But should only watch to tracked files(git ls-files).
version: 1.5.23+68bfabe6
Related to #1544
The text was updated successfully, but these errors were encountered: