You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* move bin module stdout & stderr to circular buffer
* add circular buffer for run function
* refactor window implementation
* add logs window
* add logging logic to renderer
* fix styles
* properly manage lifecycle of debugger
* scroll to bottom on new logs
* fix tests
* add button for preview options
* update @dcl/sdk
* fix prod build for debugger
* send all current logs buffer to debugger
* update to @dcl/sdk@7.7.6
* fix comments
show: false,// Use the 'ready-to-show' event to show the instantiated BrowserWindow.
8
-
webPreferences: {
9
-
nodeIntegration: false,
10
-
contextIsolation: true,
11
-
sandbox: false,// Sandbox disabled because the demo of preload script depend on the Node.js api
12
-
webviewTag: false,// The webview tag is not recommended. Consider alternatives like an iframe or Electron's BrowserView. @see https://www.electronjs.org/docs/latest/api/webview-tag#warning
0 commit comments