aboutsummaryrefslogtreecommitdiff
path: root/lib/base/console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base/console.cpp')
-rw-r--r--lib/base/console.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base/console.cpp b/lib/base/console.cpp
index 1de00ec3..c923da52 100644
--- a/lib/base/console.cpp
+++ b/lib/base/console.cpp
@@ -308,6 +308,7 @@ void eConsoleAppContainer::readyRead(int what)
break;
}
}
+ readyErrRead(eSocketNotifier::Priority|eSocketNotifier::Read); /* be sure to flush all data which might be already written */
if (hungup)
{
eDebug("child has terminated");