mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
getErrorStream did not return proper stream - fixed.
This commit is contained in:
parent
27772d9655
commit
fdb7641d45
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ public class BuildConsolePartitioner
|
|||
}
|
||||
|
||||
public ConsoleOutputStream getErrorStream() throws CoreException {
|
||||
return new BuildOutputStream(fManager.getStream(BuildConsoleManager.BUILD_STREAM_TYPE_INFO));
|
||||
return new BuildOutputStream(fManager.getStream(BuildConsoleManager.BUILD_STREAM_TYPE_ERROR));
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue