mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
Cosmetics
Change-Id: I8d87072a6dfaa4927b55ee751e12cf04b05a05ca Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
8ac1490c7c
commit
b880b30b23
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ public abstract class AbstractCLIProcess extends Process
|
|||
fPrompt = PromptType.IN_PRIMARY_PROMPT;
|
||||
|
||||
ICommand<?> command = token.getCommand();
|
||||
if (token.getCommand() instanceof CLICommand<?> &&
|
||||
if (command instanceof CLICommand<?> &&
|
||||
!(command instanceof ProcessCLICommand || command instanceof ProcessMIInterpreterExecConsole))
|
||||
{
|
||||
fSuppressConsoleOutputCounter--;
|
||||
|
|
Loading…
Add table
Reference in a new issue