mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-08 22:29:37 -05:00
Add timestamp to capture files for better tracking
This commit is contained in:
@@ -95,6 +95,7 @@ module Playback {
|
||||
|
||||
function createEmptyLog(): IOLog {
|
||||
return {
|
||||
timestamp: (new Date()).toString(),
|
||||
arguments: [],
|
||||
currentDirectory: '',
|
||||
filesRead: [],
|
||||
|
||||
Reference in New Issue
Block a user