Refs #27685 -- Logged unexpected Watchman autoreloader errors.

This commit is contained in:
Daniel Hahler 2019-04-29 23:08:05 +02:00 committed by Mariusz Felisiak
parent d329484534
commit 43f54e136e
1 changed files with 1 additions and 0 deletions

View File

@ -509,6 +509,7 @@ class WatchmanReloader(BaseReloader):
except pywatchman.SocketTimeout:
pass
except pywatchman.WatchmanError as ex:
logger.debug('Watchman error: %s, checking server status.', ex)
self.check_server_status(ex)
else:
for sub in list(self.client.subs.keys()):