You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With some editors the autoreload delay is not enough and we end up
loading non-existent file.
Fix this by making the interval configurable.
The `self.updatePreferences()` line is moved below autoreload support
setup because it changes _file_watch_timer interval, so
_file_watch_timer must already exist.
Fixes#215
0 commit comments