Skip to content

Commit 4bce57c

Browse files
committed
Add a missing property.
1 parent 82d92fd commit 4bce57c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/tpm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function Backup() {
4545
this.filename = '';
4646
this.pending = 0;
4747

48-
this.read = { key: createBufferSize(), createBufferSize(), status: 0 };
48+
this.read = { key: createBufferSize(), value: createBufferSize(), status: 0 };
4949
this.bufKey = createBuffer(':');
5050
this.bufNew = createBuffer('\n');
5151

0 commit comments

Comments
 (0)