From 1249e9d06ce450800c8a3b02da908bdc3a7954bb Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Tue, 2 Sep 2014 15:40:15 -0700 Subject: [PATCH] Add timestamp to capture files for better tracking --- src/harness/loggedIO.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/harness/loggedIO.ts b/src/harness/loggedIO.ts index 3adb04adf4b..a2d9ff1f00e 100644 --- a/src/harness/loggedIO.ts +++ b/src/harness/loggedIO.ts @@ -95,6 +95,7 @@ module Playback { function createEmptyLog(): IOLog { return { + timestamp: (new Date()).toString(), arguments: [], currentDirectory: '', filesRead: [],