mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
Print timestamp at the start of response Timeline
This commit is contained in:
parent
bba03d0eab
commit
17f3c1491b
@ -324,6 +324,7 @@ export async function _actuallySend(
|
||||
}
|
||||
addTimelineText('Preparing request to ' + finalUrl);
|
||||
addTimelineText(`Using ${Curl.getVersion()}`);
|
||||
addTimelineText('Current time is ' + new Date().toISOString());
|
||||
|
||||
// Set timeout
|
||||
if (settings.timeout > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user