Work around a compiler bug that crashes on Windows
This commit is contained in:
parent
9267004b53
commit
bb10551d23
3 changed files with 13 additions and 4 deletions
|
@ -63,7 +63,7 @@ const createGuest = function (embedder, params) {
|
|||
|
||||
const id = getNextInstanceId(embedder)
|
||||
const guest = webContents.create({
|
||||
type: 'webview',
|
||||
isGuest: true,
|
||||
partition: params.partition,
|
||||
embedder: embedder
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue