We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f9307 commit 5473107Copy full SHA for 5473107
1 file changed
Platforms/emscripten/streams.mjs
@@ -170,7 +170,6 @@ class NodeReader {
170
nodeFsync(this.nodeStream.fd);
171
}
172
ioctl_tiocgwinsz() {
173
- console.log("ioctl_tiocgwinsz");
174
return [this.nodeStream.columns ?? 24, this.nodeStream.rows ?? 80];
175
176
@@ -189,7 +188,6 @@ class NodeWriter {
189
188
190
191
192
193
194
195
0 commit comments