From e7367044d933ee3518ae583a43876a0ddab5b17e Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 23 Aug 2022 10:39:19 -0400 Subject: feat: binary npm commands (#15542) --- cli/lsp/testing/execution.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli/lsp/testing/execution.rs') diff --git a/cli/lsp/testing/execution.rs b/cli/lsp/testing/execution.rs index dde834221..950f2a96e 100644 --- a/cli/lsp/testing/execution.rs +++ b/cli/lsp/testing/execution.rs @@ -164,7 +164,8 @@ async fn test_specifier( stdout: StdioPipe::File(sender.stdout()), stderr: StdioPipe::File(sender.stderr()), }, - ); + ) + .await?; worker.run_lsp_test_specifier(mode).await?; } -- cgit v1.2.3