mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-16 04:11:29 +00:00
fix: collection run - clone request at the start
This commit is contained in:
@@ -1005,7 +1005,7 @@ const registerNetworkIpc = (mainWindow) => {
|
||||
|
||||
stopRunnerExecution = false;
|
||||
|
||||
const item = folderRequests[currentRequestIndex];
|
||||
const item = cloneDeep(folderRequests[currentRequestIndex]);
|
||||
let nextRequestName;
|
||||
const itemUid = item.uid;
|
||||
const eventData = {
|
||||
|
||||
Reference in New Issue
Block a user