Oops
This commit is contained in:
parent
67cec5fd26
commit
03ec155ecb
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ app.once('ready', function () {
|
||||||
const extensions = BrowserWindow.getExtensions()
|
const extensions = BrowserWindow.getExtensions()
|
||||||
const devExtensions = {}
|
const devExtensions = {}
|
||||||
Array.from(devToolsExtensionNames).forEach(function (name) {
|
Array.from(devToolsExtensionNames).forEach(function (name) {
|
||||||
if (extensions[name]) return
|
if (!extensions[name]) return
|
||||||
devExtensions[name] = extensions[name]
|
devExtensions[name] = extensions[name]
|
||||||
})
|
})
|
||||||
return devExtensions
|
return devExtensions
|
||||||
|
|
Loading…
Reference in a new issue