mirror of
https://github.com/usebruno/bruno.git
synced 2025-02-20 19:50:54 +01:00
fix: removed commented code
This commit is contained in:
parent
99302e3a1d
commit
c4be6a88e4
@ -1184,20 +1184,6 @@ const registerNetworkIpc = (mainWindow) => {
|
||||
stopRunnerExecution = true;
|
||||
}
|
||||
|
||||
if (postRequestScriptResult?.skipRequest) {
|
||||
// mainWindow.webContents.send('main:run-folder-event', {
|
||||
// type: 'runner-request-skipped',
|
||||
// error: 'Request has been skipped from post-response script',
|
||||
// responseReceived: {
|
||||
// status: 'skipped',
|
||||
// statusText: 'request skipped via post-response script'
|
||||
// },
|
||||
// ...eventData
|
||||
// });
|
||||
// currentRequestIndex++;
|
||||
// continue;
|
||||
}
|
||||
|
||||
// run assertions
|
||||
const assertions = get(item, 'request.assertions');
|
||||
if (assertions) {
|
||||
|
Loading…
Reference in New Issue
Block a user