mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
update deps
This commit is contained in:
parent
6950069f37
commit
3c52c0fadf
8 changed files with 75 additions and 71 deletions
|
|
@ -9,7 +9,8 @@ function createWindow() {
|
|||
width: 800,
|
||||
height: 600,
|
||||
webPreferences: {
|
||||
nodeIntegration: true
|
||||
nodeIntegration: true,
|
||||
worldSafeExecuteJavaScript: true
|
||||
}
|
||||
});
|
||||
mainWindow.loadURL(`file://${__dirname}/electron-index.html`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue