Skip to content

Commit 1249e9d

Browse files
committed
Add timestamp to capture files for better tracking
1 parent 7ae6739 commit 1249e9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/harness/loggedIO.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ module Playback {
9595

9696
function createEmptyLog(): IOLog {
9797
return {
98+
timestamp: (new Date()).toString(),
9899
arguments: [],
99100
currentDirectory: '',
100101
filesRead: [],

0 commit comments

Comments
 (0)