mirror of
https://github.com/atom/atom.git
synced 2026-02-08 21:55:05 -05:00
derp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user