mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
don't remove dirs corey
This commit is contained in:
@@ -41,7 +41,7 @@ class Project extends Pane
|
||||
for path in openedPaths
|
||||
if File.isFile path
|
||||
@editor.open path
|
||||
else
|
||||
else if not File.exists path
|
||||
openedPaths = _.without(openedPaths, path)
|
||||
@set "openedPaths", openedPaths
|
||||
|
||||
|
||||
Reference in New Issue
Block a user