mirror of
https://github.com/django/django.git
synced 2025-03-10 17:32:41 +00:00
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:
|
||||
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()):
|
||||
|
Loading…
x
Reference in New Issue
Block a user