Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
przucidlo committed Jun 8, 2024
1 parent b8bc066 commit 55cff28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/functional/app/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ const createWindow = () => {
);
}

mainWindow.once('ready-to-show', () => {
return;
});

childProcess = fork(path.join(__dirname, 'child-process.js'), {
silent: false,
env: {
Expand Down

0 comments on commit 55cff28

Please sign in to comment.