mirror of
https://github.com/asciinema/asciinema.git
synced 2026-05-18 05:04:50 +02:00
Let pty recorder report elapsed time
This commit is contained in:
@@ -12,10 +12,10 @@ class FakeStdout:
|
||||
def __init__(self):
|
||||
self.data = []
|
||||
|
||||
def write_stdout(self, data):
|
||||
def write_stdout(self, ts, data):
|
||||
self.data.append(data)
|
||||
|
||||
def write_stdin(self, data):
|
||||
def write_stdin(self, ts, data):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user