X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Fcommands%2FCommandSessionWithModules.java;h=57858a5cfec103a5b9cacb6635b5d444a8a9dedc;hp=5ca800a21d950f46c7f6b889aa074cf4bbf21d9a;hb=db00b51c6ab9c63883de134e669b5da5be0f1bd5;hpb=23fa194c0cf85db6c435f342600d30ddc0f8c620 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); }