mirror of
https://github.com/atom/atom.git
synced 2026-01-21 04:48:12 -05:00
Remove invalid range logging
This commit is contained in:
committed by
Kevin Sawicki
parent
d9c758b940
commit
440866d79e
@@ -51,7 +51,6 @@ loadFolderCompatibility = (modulePath, rootPath, rootMetadata, moduleCache) ->
|
||||
new semver.Range(version)
|
||||
catch error
|
||||
delete dependencies[name]
|
||||
console.log "Ignoring invalid range: #{name} #{version}"
|
||||
|
||||
onDirectory = (childPath) ->
|
||||
path.basename(childPath) isnt 'node_modules'
|
||||
|
||||
Reference in New Issue
Block a user