From e8a81724bb3b3767edaddbe78edc52108ae78b5f Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 30 Dec 2020 12:46:58 +1100 Subject: fix(lsp): handle ts debug errors better (#8914) Fixes #8864 --- cli/tests/integration_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 67cafeeca..a0827ff68 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -922,7 +922,7 @@ fn ts_reload() { .output() .expect("failed to spawn script"); // check the output of the the bundle program. - assert!(std::str::from_utf8(&output.stdout) + assert!(std::str::from_utf8(&output.stderr) .unwrap() .trim() .contains("host.writeFile(\"deno://002_hello.js\")")); -- cgit v1.2.3