We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03fc20 commit 09d329dCopy full SHA for 09d329d
main.go
@@ -59,6 +59,8 @@ func main() {
59
errLogfile := openLogFile("inols-clangd-err.log")
60
defer errLogfile.Close()
61
go io.Copy(errLogfile, clangdStderr)
62
+ } else {
63
+ go io.Copy(os.Stderr, clangdStderr)
64
}
65
66
stdio := streams.NewReadWriteCloser(os.Stdin, os.Stdout)
0 commit comments