mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
undo stderr change
This commit is contained in:
parent
0362545605
commit
259679a0d3
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ impl LspClient {
|
||||||
.arg("lsp")
|
.arg("lsp")
|
||||||
.stdin(Stdio::piped())
|
.stdin(Stdio::piped())
|
||||||
.stdout(Stdio::piped())
|
.stdout(Stdio::piped())
|
||||||
// .stderr(Stdio::null())
|
.stderr(Stdio::null())
|
||||||
.spawn()?;
|
.spawn()?;
|
||||||
|
|
||||||
let stdout = child.stdout.take().unwrap();
|
let stdout = child.stdout.take().unwrap();
|
||||||
|
|
Loading…
Reference in a new issue