mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 02:33:53 -06:00
Add timestamp to capture files for better tracking
This commit is contained in:
parent
7ae6739ff1
commit
1249e9d06c
@ -95,6 +95,7 @@ module Playback {
|
||||
|
||||
function createEmptyLog(): IOLog {
|
||||
return {
|
||||
timestamp: (new Date()).toString(),
|
||||
arguments: [],
|
||||
currentDirectory: '',
|
||||
filesRead: [],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user