Skip to content

Commit

Permalink
[ fix ] Set encoding of stderr to utf8
Browse files Browse the repository at this point in the history
  • Loading branch information
banacorn committed Dec 14, 2023
1 parent f685bda commit 7b5d33d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ main = do
-- https://github.com/agda/agda-language-server/issues/24
hSetEncoding stdout utf8
hSetEncoding stdin utf8
hSetEncoding stderr utf8

-- The GitHub CI-built executable lacks the correct data directory path.
-- If there's directory named "data" in the executable's directory,
Expand Down

0 comments on commit 7b5d33d

Please sign in to comment.