From b1ce2e41676ab5bc807a705b072986d9357fece5 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 23 Aug 2023 17:03:05 -0600 Subject: fix(ext/web): add stream tests to detect v8slice split bug (#20253) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- cli/util/draw_thread.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/util/draw_thread.rs') diff --git a/cli/util/draw_thread.rs b/cli/util/draw_thread.rs index 2fd81a78a..832c7f74b 100644 --- a/cli/util/draw_thread.rs +++ b/cli/util/draw_thread.rs @@ -2,7 +2,7 @@ use console_static_text::ConsoleStaticText; use deno_core::parking_lot::Mutex; -use deno_core::task::spawn_blocking; +use deno_core::unsync::spawn_blocking; use deno_runtime::ops::tty::ConsoleSize; use once_cell::sync::Lazy; use std::sync::Arc; -- cgit v1.2.3