mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-25 09:23:17 +01:00
Merge branch 'main' of github.com:usebruno/bruno
This commit is contained in:
commit
c08be14d87
@ -124,9 +124,9 @@ const runSingleRequest = async function (
|
||||
}
|
||||
|
||||
let response, responseTime;
|
||||
const start = Date.now();
|
||||
try {
|
||||
// run request
|
||||
const start = Date.now();
|
||||
response = await axios(request);
|
||||
responseTime = Date.now() - start;
|
||||
} catch (err) {
|
||||
@ -274,7 +274,8 @@ const runSingleRequest = async function (
|
||||
status: null,
|
||||
statusText: null,
|
||||
headers: null,
|
||||
data: null
|
||||
data: null,
|
||||
responseTime: 0
|
||||
},
|
||||
error: err.message,
|
||||
assertionResults: [],
|
||||
|
Loading…
Reference in New Issue
Block a user