Skip to content

Commit

Permalink
fix(#177): fixed issue where collection run was getting aborted after…
Browse files Browse the repository at this point in the history
… 4xx/5xx response
  • Loading branch information
helloanoop committed Aug 31, 2023
1 parent 1d678ee commit fff7819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bruno-electron/src/ipc/network/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ const registerNetworkIpc = (mainWindow, watcher, lastOpenedCollections) => {
...eventData
});

return;
continue;
}

mainWindow.webContents.send('main:run-folder-event', {
Expand Down

0 comments on commit fff7819

Please sign in to comment.