Refs #27685 -- Logged unexpected Watchman autoreloader errors.
This commit is contained in:
parent
d329484534
commit
43f54e136e
|
@ -509,6 +509,7 @@ class WatchmanReloader(BaseReloader):
|
||||||
except pywatchman.SocketTimeout:
|
except pywatchman.SocketTimeout:
|
||||||
pass
|
pass
|
||||||
except pywatchman.WatchmanError as ex:
|
except pywatchman.WatchmanError as ex:
|
||||||
|
logger.debug('Watchman error: %s, checking server status.', ex)
|
||||||
self.check_server_status(ex)
|
self.check_server_status(ex)
|
||||||
else:
|
else:
|
||||||
for sub in list(self.client.subs.keys()):
|
for sub in list(self.client.subs.keys()):
|
||||||
|
|
Loading…
Reference in New Issue