mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 16:44:27 +01:00
fix(#177): fixed issue where collection run was getting aborted after 4xx/5xx response
This commit is contained in:
parent
1d678ee0d9
commit
fff7819c46
@ -540,7 +540,7 @@ const registerNetworkIpc = (mainWindow, watcher, lastOpenedCollections) => {
|
||||
...eventData
|
||||
});
|
||||
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
mainWindow.webContents.send('main:run-folder-event', {
|
||||
|
Loading…
Reference in New Issue
Block a user