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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
The rerendering of the preview was also decoupled from the pathwatcher
listener. Now all pathwatcher events are captured and processed
including all those triggered by the same file modification as described
in atom/node-pathwatcher#50.
Put a break point here: https://github.com/atom/atom/blob/e04c05ffeec53ef5e025f50bd9e32b42c13d9f15/src/config.coffee#L730, and save the config file. It is called twice by pathwatcher. As far as I can tell, it is only creating one watch.
The text was updated successfully, but these errors were encountered: