mirror of
https://github.com/atom/atom.git
synced 2026-02-08 13:45:09 -05:00
updating a file from outside the app is ACTUALLY reflected in atom now
This commit is contained in:
@@ -27,6 +27,7 @@ class Watcher
|
||||
@watchedPaths[path] = (item for item in @watchedPaths[path] when item != callback)
|
||||
if not callback? or @watchedPaths[path].length == 0
|
||||
@watchedPaths[path] = null
|
||||
console.log "Unwatch #{path}"
|
||||
@queue.removePathFromQueue path
|
||||
|
||||
# Delegate method for __AAWatcher__
|
||||
|
||||
Reference in New Issue
Block a user