Skip to content

Commit

Permalink
add more room for log by default
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Mar 25, 2020
1 parent 5509146 commit 81e128f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,9 @@ let skipSaveBecauseStartedByShell = isShell;
function createWindow() {
mainWindow = new BrowserWindow({
webPreferences: {
nodeIntegration: true
nodeIntegration: true,
},
height: 650,
defaultEncoding: "utf8",
});

Expand Down

0 comments on commit 81e128f

Please sign in to comment.