forked from qt-creator/qt-creator
Show again all application output in 'Application Output'
Fixes a regression introduced in 7862e31256.
Reviewed-by: dt
This commit is contained in:
@@ -78,6 +78,8 @@ void QtOutputFormatter::appendApplicationOutput(const QString &text, bool onStdE
|
|||||||
|
|
||||||
int index = matchPos + m_qtError.matchedLength() - 1;
|
int index = matchPos + m_qtError.matchedLength() - 1;
|
||||||
append(text.mid(index), onStdErr ? StdErrFormat : StdOutFormat);
|
append(text.mid(index), onStdErr ? StdErrFormat : StdOutFormat);
|
||||||
|
} else {
|
||||||
|
append(text, onStdErr ? StdErrFormat : StdOutFormat);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user