Skip to content

Commit

Permalink
Refs #27685 -- Logged unexpected Watchman autoreloader errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed authored and felixxm committed May 15, 2019
1 parent d329484 commit 43f54e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django/utils/autoreload.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ def tick(self):
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()):
Expand Down

0 comments on commit 43f54e1

Please sign in to comment.