Print timestamp at the start of response Timeline

This commit is contained in:
Gregory Schier 2019-05-09 13:38:36 -04:00
parent bba03d0eab
commit 17f3c1491b

View File

@ -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) {