mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Remove project path from state so it doesn't replicate
This commit is contained in:
@@ -60,7 +60,7 @@ class Project
|
||||
|
||||
if pathOrState instanceof telepath.Document
|
||||
@state = pathOrState
|
||||
if projectPath = @state.get('path')
|
||||
if projectPath = @state.remove('path')
|
||||
@setPath(projectPath)
|
||||
else
|
||||
@setPath(@pathForRepositoryUrl(@state.get('repoUrl')))
|
||||
|
||||
2
vendor/telepath
vendored
2
vendor/telepath
vendored
Submodule vendor/telepath updated: 8ce1bbfaa3...f3b548bf69
Reference in New Issue
Block a user