Don't show window
This commit is contained in:
Родитель
3e128abb73
Коммит
63bffbc460
|
@ -521,7 +521,7 @@ describe('ipc module', function () {
|
|||
describe('remote objects registry', function () {
|
||||
it('does not dereference until the render view is deleted (regression)', function (done) {
|
||||
w = new BrowserWindow({
|
||||
show: true
|
||||
show: false
|
||||
})
|
||||
|
||||
ipcMain.once('error-message', (event, message) => {
|
||||
|
|
Загрузка…
Ссылка в новой задаче