mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add shims for legacy electron APIs
Signed-off-by: Nathan Sobo <nathan@github.com>
This commit is contained in:
committed by
Thomas Johansen
parent
874b555fde
commit
e7444b1ebe
@@ -6,6 +6,7 @@ module.exports = ({blobStore}) ->
|
||||
{getWindowLoadSettings} = require './window-load-settings-helpers'
|
||||
{ipcRenderer} = require 'electron'
|
||||
{resourcePath, isSpec, devMode, env} = getWindowLoadSettings()
|
||||
require '../src/electron-shims'
|
||||
|
||||
updateProcessEnv(env)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user