From 67d430d1009fe0cb0d9dc041bc561a31ef367b5f Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 9 Oct 2014 14:05:54 -0700 Subject: [PATCH] Add crash-reporter to cache --- src/module-cache.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module-cache.coffee b/src/module-cache.coffee index f454ad2e0..39073a2a5 100644 --- a/src/module-cache.coffee +++ b/src/module-cache.coffee @@ -133,7 +133,7 @@ registerBuiltins = (devMode) -> atomShellRoot = path.resolve(window.location.pathname, '..', '..', '..', 'atom') commonRoot = path.join(atomShellRoot, 'common', 'api', 'lib') - commonBuiltins = ['callbacks-registry', 'clipboard', 'screen', 'shell'] + commonBuiltins = ['callbacks-registry', 'clipboard', 'crash-reporter', 'screen', 'shell'] for builtin in commonBuiltins cache.builtins[builtin] = path.join(commonRoot, "#{builtin}.js")