This commit is contained in:
Kevin Sawicki
2014-07-25 17:11:33 -07:00
parent 6250419fcb
commit 15689ebfb5

View File

@@ -366,6 +366,9 @@ class Package
# Get the incompatible native modules that this package depends on.
# This recurses through all dependencies and requires all modules that
# contain a `.node` file.
#
# This information is cached in local storage on a per package/version basis
# to minimize the impact on startup time.
getIncompatibleNativeModules: ->
localStorageKey = "installed-packages:#{@name}:#{@metadata.version}"
try