summaryrefslogtreecommitdiff
path: root/cli/bench/tty.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/bench/tty.js')
-rw-r--r--cli/bench/tty.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/bench/tty.js b/cli/bench/tty.js
index f86bcfd82..c01af255f 100644
--- a/cli/bench/tty.js
+++ b/cli/bench/tty.js
@@ -17,5 +17,5 @@ function bench(fun) {
}
bench(() => {
- Deno.consoleSize(0);
+ Deno.consoleSize();
});