X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Fcommands%2FCommandSessionWithModules.java;h=57858a5cfec103a5b9cacb6635b5d444a8a9dedc;hb=35e73f300e2101c436dcc23c9a0f9e12ecc81d59;hp=5ca800a21d950f46c7f6b889aa074cf4bbf21d9a;hpb=06ff9fed57c2eeccdcd9167b9f41504cfbe2c49d;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/commands/CommandSessionWithModules.java b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/commands/CommandSessionWithModules.java index 5ca800a21..57858a5cf 100644 --- a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/commands/CommandSessionWithModules.java +++ b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/commands/CommandSessionWithModules.java @@ -78,6 +78,7 @@ public class CommandSessionWithModules { public void print(String text) { try { responseWriter.write(text + "\n"); + responseWriter.flush(); } catch (IOException e) { CommandSessionWithModules.LOGGER.error("Writing reponse failed.", e); }