fix: restore accidentally removed chrome-extension require (#16819)
This commit is contained in:
parent
4989ecc5e0
commit
db11b9b13b
1 changed files with 3 additions and 0 deletions
|
@ -150,6 +150,9 @@ app.setPath('userData', path.join(app.getPath('appData'), app.getName()))
|
||||||
app.setPath('userCache', path.join(app.getPath('cache'), app.getName()))
|
app.setPath('userCache', path.join(app.getPath('cache'), app.getName()))
|
||||||
app.setAppPath(packagePath)
|
app.setAppPath(packagePath)
|
||||||
|
|
||||||
|
// Load the chrome devtools support.
|
||||||
|
require('@electron/internal/browser/chrome-devtools')
|
||||||
|
|
||||||
// Load the chrome extension support.
|
// Load the chrome extension support.
|
||||||
require('@electron/internal/browser/chrome-extension')
|
require('@electron/internal/browser/chrome-extension')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue