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")