don't remove dirs corey

This commit is contained in:
Corey Johnson
2011-09-14 13:14:38 -07:00
parent 486716f48c
commit d299a64db2

View File

@@ -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