mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42: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;
|
fPrompt = PromptType.IN_PRIMARY_PROMPT;
|
||||||
|
|
||||||
ICommand<?> command = token.getCommand();
|
ICommand<?> command = token.getCommand();
|
||||||
if (token.getCommand() instanceof CLICommand<?> &&
|
if (command instanceof CLICommand<?> &&
|
||||||
!(command instanceof ProcessCLICommand || command instanceof ProcessMIInterpreterExecConsole))
|
!(command instanceof ProcessCLICommand || command instanceof ProcessMIInterpreterExecConsole))
|
||||||
{
|
{
|
||||||
fSuppressConsoleOutputCounter--;
|
fSuppressConsoleOutputCounter--;
|
||||||
|
|
Loading…
Add table
Reference in a new issue