Skip to content

Commit

Permalink
Update Log.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz authored and paulcadman committed Nov 8, 2024
1 parent af3c28e commit ca81ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Juvix/Data/Effect/Log.hs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runLogIO sem = do
liftIO (hSetBuffering stderr LineBuffering)
interpret
( \case
Log txt -> putStrLn txt
Log txt -> hPutStrLn stderr txt
)
sem

Expand Down

0 comments on commit ca81ba4

Please sign in to comment.