mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove blob store and native module cache
This commit is contained in:
@@ -5,7 +5,7 @@ cloneObject = (object) ->
|
||||
clone[key] = value for key, value of object
|
||||
clone
|
||||
|
||||
module.exports = ({blobStore}) ->
|
||||
module.exports = ->
|
||||
startCrashReporter = require('./crash-reporter-start')
|
||||
{remote} = require 'electron'
|
||||
|
||||
@@ -77,7 +77,6 @@ module.exports = ({blobStore}) ->
|
||||
buildAtomEnvironment = (params) ->
|
||||
params = cloneObject(params)
|
||||
params.clipboard = clipboard unless params.hasOwnProperty("clipboard")
|
||||
params.blobStore = blobStore unless params.hasOwnProperty("blobStore")
|
||||
params.onlyLoadBaseStyleSheets = true unless params.hasOwnProperty("onlyLoadBaseStyleSheets")
|
||||
new AtomEnvironment(params)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user