Add timestamp to capture files for better tracking

This commit is contained in:
Ryan Cavanaugh 2014-09-02 15:40:15 -07:00
parent 7ae6739ff1
commit 1249e9d06c

View File

@ -95,6 +95,7 @@ module Playback {
function createEmptyLog(): IOLog {
return {
timestamp: (new Date()).toString(),
arguments: [],
currentDirectory: '',
filesRead: [],