mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-05 15:08:00 +03:00
Merge pull request #741 from ShinKage/ide-flush
Flush stdout in IDE mode first message
This commit is contained in:
commit
1483b61091
@ -84,6 +84,7 @@ initIDESocketFile h p = do
|
||||
pure (Left ("Failed to listen on socket with error: " ++ show res))
|
||||
else
|
||||
do putStrLn (show p)
|
||||
fflush stdout
|
||||
res <- accept sock
|
||||
case res of
|
||||
Left err =>
|
||||
|
Loading…
Reference in New Issue
Block a user