Skip to content

Commit 01f9307

Browse files
committed
More accurate arg name
1 parent 1e4e9c1 commit 01f9307

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Platforms/emscripten/streams.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ const prepareBuffer = (buffer, offset, length) =>
111111
asUint8Array(buffer).subarray(offset, offset + length);
112112

113113
const TTY_OPS = {
114-
ioctl_tiocgwinsz(stream) {
115-
return stream.devops.ioctl_tiocgwinsz();
114+
ioctl_tiocgwinsz(tty) {
115+
return tty.devops.ioctl_tiocgwinsz();
116116
},
117117
};
118118

0 commit comments

Comments
 (0)