diff --git a/Repl.lean b/Repl.lean index 2574dab..c7a997d 100644 --- a/Repl.lean +++ b/Repl.lean @@ -269,7 +269,7 @@ def execute (command: Protocol.Command): MainM Json := do | .ok args => do let (msg, result) ← IO.FS.withIsolatedStreams (isolateStderr := false) $ comm args if !msg.isEmpty then - IO.eprintln s!"stdout: {msg}" + IO.eprint s!"stdout: {msg}" match result with | .ok result => return toJson result | .error ierror => return toJson ierror