mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Add crash-reporter to cache
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user