📝 store -> stored

This commit is contained in:
Kevin Sawicki
2014-10-21 13:15:47 -07:00
parent 06436ef530
commit f33d7ba27f

View File

@@ -128,7 +128,7 @@ loadExtensions = (modulePath, rootPath, rootMetadata, moduleCache) ->
onDirectory = (childPath) ->
# Don't include extensions from bundled packages
# These are generated and store in the package's own metadata cache
# These are generated and stored in the package's own metadata cache
if rootMetadata.name is 'atom'
parentPath = path.dirname(childPath)
if parentPath is nodeModulesPath