We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481efe0 commit 03529c4Copy full SHA for 03529c4
src/main/clojure/cljs/repl/node.clj
@@ -86,7 +86,8 @@
86
(try
87
(let [len (.read in buf)]
88
(when-not (neg? len)
89
- (.write out buf 0 len)))
+ (.write out buf 0 len)
90
+ (.flush out)))
91
(catch IOException e
92
(when (and (.isAlive proc) (not (.contains (.getMessage e) "Stream closed")))
93
(.printStackTrace e *err*))))
0 commit comments