mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Rename watchProjectPath to watchProjectPaths
This commit is contained in:
@@ -676,7 +676,7 @@ class AtomEnvironment extends Model
|
||||
@document.body.appendChild(@views.getView(@workspace))
|
||||
@backgroundStylesheet?.remove()
|
||||
|
||||
@watchProjectPath()
|
||||
@watchProjectPaths()
|
||||
|
||||
@packages.activate()
|
||||
@keymaps.loadUserKeymap()
|
||||
@@ -808,7 +808,7 @@ class AtomEnvironment extends Model
|
||||
@themes.load()
|
||||
|
||||
# Notify the browser project of the window's current project path
|
||||
watchProjectPath: ->
|
||||
watchProjectPaths: ->
|
||||
@disposables.add @project.onDidChangePaths =>
|
||||
@applicationDelegate.setRepresentedDirectoryPaths(@project.getPaths())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user