mirror of
https://github.com/atom/atom.git
synced 2026-02-14 16:45:14 -05:00
Better getPath()
This commit is contained in:
@@ -158,7 +158,7 @@ class FuzzyFinderView extends SelectList
|
||||
-(editSession.lastOpened or 1)
|
||||
|
||||
@paths = _.map editSessions, (editSession) =>
|
||||
rootView.project.relativize editSession.buffer.getPath()
|
||||
rootView.project.relativize editSession.getPath()
|
||||
|
||||
@setArray(@paths)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user