mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 14:00: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 {
|
||||
console.time();
|
||||
let resp = await epoxy_client.fetch(test_url);
|
||||
console.timeEnd();
|
||||
console.log(resp, resp.rawHeaders);
|
||||
log(await resp.text());
|
||||
console.timeEnd();
|
||||
}
|
||||
log("done");
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue