From ab0c33ebf83f25b526f732e3e07de5e75a6e69bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 26 Oct 2022 00:23:21 +0200 Subject: feat: Stabilize Deno.consoleSize() API (#15933) This commit stabilizes "Deno.consoleSize()" API. There is one change compared to previous unstable API, in that the API doesn't accept any arguments. Console size is established by querying syscalls for stdio streams at fd 0, 1 and 2. --- test_util/std | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_util/std') diff --git a/test_util/std b/test_util/std index 0ce558fec..f2c97ea9c 160000 --- a/test_util/std +++ b/test_util/std @@ -1 +1 @@ -Subproject commit 0ce558fec1a1beeda3ed7710c6507b9e991829c9 +Subproject commit f2c97ea9c382fb3e225929c7650934417e2fc8c9 -- cgit v1.2.3