mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 22:10:01 -04:00
move console.timeEnd to after the logs
This commit is contained in:
parent
d0ef03e029
commit
7f3d122108
1 changed files with 1 additions and 1 deletions
|
@ -294,9 +294,9 @@ import initEpoxy, { EpoxyClient, EpoxyClientOptions, EpoxyHandlers, info as epox
|
||||||
} else {
|
} else {
|
||||||
console.time();
|
console.time();
|
||||||
let resp = await epoxy_client.fetch(test_url);
|
let resp = await epoxy_client.fetch(test_url);
|
||||||
console.timeEnd();
|
|
||||||
console.log(resp, resp.rawHeaders);
|
console.log(resp, resp.rawHeaders);
|
||||||
log(await resp.text());
|
log(await resp.text());
|
||||||
|
console.timeEnd();
|
||||||
}
|
}
|
||||||
log("done");
|
log("done");
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue