mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
clean
This commit is contained in:
@@ -307,7 +307,6 @@ async function ensureWatchRoot(dirPath: string): Promise<void> {
|
||||
// Only disable native watching for critical errors (like ENOSPC).
|
||||
// @ts-ignore
|
||||
if (err.code === "ENOSPC" || err.errno === require("constants").ENOSPC) {
|
||||
console.log('fallbackToPolling');
|
||||
fallbackToPolling();
|
||||
}
|
||||
watchRoots.delete(dirPath);
|
||||
|
||||
Reference in New Issue
Block a user