From 4044d2ec1c963c74ca77e3eef4ab0dbace0b4fa8 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sat, 12 Nov 2011 11:35:09 -0800 Subject: [PATCH] derp --- src/atom/project.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atom/project.coffee b/src/atom/project.coffee index ff528255d..65675fef6 100644 --- a/src/atom/project.coffee +++ b/src/atom/project.coffee @@ -41,7 +41,7 @@ class Project extends Resource return false # Ignore non-children files - if fs.isFile and not @childURL url + if (fs.isFile url) and not @childURL url return false # Try to open all others