Kaydet (Commit) 43f54e13 authored tarafından Daniel Hahler's avatar Daniel Hahler Kaydeden (comit) Mariusz Felisiak

Refs #27685 -- Logged unexpected Watchman autoreloader errors.

üst d3294845
...@@ -509,6 +509,7 @@ class WatchmanReloader(BaseReloader): ...@@ -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()):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment