From 15689ebfb52ca5719308773eaa267f92c8cf74cc Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 25 Jul 2014 17:11:33 -0700 Subject: [PATCH] :memo: --- src/package.coffee | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/package.coffee b/src/package.coffee index d86eb569a..262aa3ff3 100644 --- a/src/package.coffee +++ b/src/package.coffee @@ -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