From 77b90f408c4244e8ee2e4b3bd26c441d4a250671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 21 Feb 2024 00:17:50 +0000 Subject: =?UTF-8?q?Revert=20"fix(console):=20support=20NO=5FCOLOR=20and=20?= =?UTF-8?q?colors=20option=20in=20all=20scena=E2=80=A6=20(#22507)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …rios (#21910)" This reverts commit bd1358efab8ba7339a8e70034315fa7da840292e. This change caused https://github.com/denoland/deno/issues/22496 and https://github.com/denoland/deno/issues/22445 --- tests/testdata/run/inspect_color_overwrite.ts | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 tests/testdata/run/inspect_color_overwrite.ts (limited to 'tests/testdata/run') diff --git a/tests/testdata/run/inspect_color_overwrite.ts b/tests/testdata/run/inspect_color_overwrite.ts deleted file mode 100644 index e1e991d87..000000000 --- a/tests/testdata/run/inspect_color_overwrite.ts +++ /dev/null @@ -1,5 +0,0 @@ -console.log( - Deno[Deno.internal].inspectArgs(["%cfoo%cbar", "", "color: red"], { - colors: true, - }), -); -- cgit v1.2.3