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
// Eg. on linux the number of watches are limited and one could easily exhaust watches and the exception ENOSPC is thrown when creating watcher at that point
1644
1637
// so instead of throwing error, use fs.watchFile
1645
-
hitSystemWatcherLimit||=e.code==="ENOSPC";
1646
-
sysLog(`sysLog:: ${fileOrDirectory}:: Changing to fsWatchFile`);
* Eg. on linux the number of watches are limited and one could easily exhaust watches and the exception ENOSPC is thrown when creating watcher at that point
0 commit comments