Skip to content

Commit 3849f32

Browse files
committed
Quick fix for eclipse lsp process logging
1 parent bcf7963 commit 3849f32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

eclipse-language-servers/org.springframework.tooling.ls.eclipse.commons/src/org/springframework/tooling/ls/eclipse/commons/STS4LanguageServerProcessStreamConnector.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,11 @@ void pipe(InputStream input, OutputStream output) throws IOException {
254254
consoleJob.schedule();
255255
}
256256

257+
@Override
258+
public InputStream getErrorStream() {
259+
return null;
260+
}
261+
257262
private InputStream getLanguageServerLog() {
258263
return super.getErrorStream();
259264
}

0 commit comments

Comments
 (0)